diff options
Diffstat (limited to 'private/mvdm/softpc.new/base/ccpu386/sldt.h')
-rw-r--r-- | private/mvdm/softpc.new/base/ccpu386/sldt.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/private/mvdm/softpc.new/base/ccpu386/sldt.h b/private/mvdm/softpc.new/base/ccpu386/sldt.h new file mode 100644 index 000000000..97dfd5e94 --- /dev/null +++ b/private/mvdm/softpc.new/base/ccpu386/sldt.h @@ -0,0 +1,16 @@ +/* + sldt.h + + Define all SLDT CPU functions. + */ + +/* + static char SccsID[]="@(#)sldt.h 1.4 02/09/94"; + */ + +IMPORT VOID SLDT + +IPT1( + IU32 *, pop1 + + ); |