- Timestamp:
- Sep 16, 2001, 5:38:50 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/kKrnlLib/include/dev32.h
r6701 r6725 1 /* $Id: dev32.h,v 1. 2 2001-09-14 01:50:16bird Exp $1 /* $Id: dev32.h,v 1.3 2001-09-16 03:38:50 bird Exp $ 2 2 * 3 3 * dev32 - header file for 32-bit part of the driver. … … 73 73 ULONG _Optlink x86DisableWriteProtect(void); 74 74 ULONG _Optlink x86RestoreWriteProtect(ULONG flWP); 75 int interpretFunctionProlog32(char *pach); 76 int interpretFunctionProlog16(char *pach); 77 int krnlInit(void); 75 78 76 79 … … 79 82 * Global variables 80 83 */ 84 #ifdef _OS2KLDR_H_ 85 extern POTE pKrnlOTE; /* d32init.c */ 86 extern PSMTE pKrnlSMTE; /* d32init.c */ 87 #endif 88 extern PULONG TKSSBase16; 89 #if defined(__IBMC__) || defined(__IBMCPP__) 90 #pragma map( TKSSBase16 , "_TKSSBase16" ) 91 #endif 81 92 #ifndef SSToDS 82 93 extern PULONG pulTKSSBase32;
Note:
See TracChangeset
for help on using the changeset viewer.