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