summaryrefslogtreecommitdiffstats
path: root/private/os2/client/thunk/include/vtd.inc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--private/os2/client/thunk/include/vtd.inc35
1 files changed, 35 insertions, 0 deletions
diff --git a/private/os2/client/thunk/include/vtd.inc b/private/os2/client/thunk/include/vtd.inc
new file mode 100644
index 000000000..518b8c324
--- /dev/null
+++ b/private/os2/client/thunk/include/vtd.inc
@@ -0,0 +1,35 @@
+;******************************************************************************
+;
+; (C) Copyright MICROSOFT Corp., 1988-1990
+;
+; Title: VTD.INC -
+;
+; Version: 1.00
+;
+; Date: 10-Aug-1988
+;
+; Author: RAL
+;
+;------------------------------------------------------------------------------
+;
+; Change log:
+;
+; DATE REV DESCRIPTION
+; ----------- --- -----------------------------------------------------------
+; 10-Aug-1988 RAL Original
+; 12-Oct-1988 RAL Converted to VxD_Service_Table macros
+;
+;==============================================================================
+
+
+Begin_Service_Table VTD
+
+VTD_Service VTD_Get_Version, LOCAL
+VTD_Service VTD_Update_System_Clock, LOCAL
+VTD_Service VTD_Get_Interrupt_Period, LOCAL
+VTD_Service VTD_Begin_Min_Int_Period, LOCAL
+VTD_Service VTD_End_Min_Int_Period, LOCAL
+VTD_Service VTD_Disable_Trapping, LOCAL
+VTD_Service VTD_Enable_Trapping, LOCAL
+
+End_Service_Table VTD