diff options
Diffstat (limited to 'private/mvdm/softpc.new/base/ccpu386/std.h')
-rw-r--r-- | private/mvdm/softpc.new/base/ccpu386/std.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/private/mvdm/softpc.new/base/ccpu386/std.h b/private/mvdm/softpc.new/base/ccpu386/std.h new file mode 100644 index 000000000..b2051c7d5 --- /dev/null +++ b/private/mvdm/softpc.new/base/ccpu386/std.h @@ -0,0 +1,11 @@ +/* + std.h + + Define all STD CPU functions. + */ + +/* + static char SccsID[]="@(#)std.h 1.5 09/01/94"; + */ + +IMPORT VOID STD IPT0(); |