Changeset 5224 for trunk/src/win32k/include/dev32.h
- Timestamp:
- Feb 21, 2001, 8:47:59 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/include/dev32.h
r5086 r5224 1 /* $Id: dev32.h,v 1.1 0 2001-02-10 11:11:43bird Exp $1 /* $Id: dev32.h,v 1.11 2001-02-21 07:46:10 bird Exp $ 2 2 * 3 3 * dev32 - header file for 32-bit part of the driver. … … 64 64 PMTE _System GetOS2KrnlMTE(void); /* (devfirst.asm) */ 65 65 #endif 66 ULONG _Optlink InitCallGate(void); 67 ULONG _Optlink x86DisableWriteProtect(void); 68 ULONG _Optlink x86RestoreWriteProtect(ULONG flWP); 69 66 70 67 71 … … 70 74 */ 71 75 extern PULONG pulTKSSBase32; 76 extern USHORT CallGateGDT; 72 77 73 78 /*
Note:
See TracChangeset
for help on using the changeset viewer.