Changeset 2898 for trunk/src/win32k/include/dev32.h
- Timestamp:
- Feb 25, 2000, 7:19:24 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/include/dev32.h
r2836 r2898 1 /* $Id: dev32.h,v 1. 7 2000-02-21 04:45:46bird Exp $1 /* $Id: dev32.h,v 1.8 2000-02-25 18:15:04 bird Exp $ 2 2 * 3 3 * dev32 - header file for 32-bit part of the driver. … … 23 23 #define RP32GENIOCTL void 24 24 #define PRP32GENIOCTL void * 25 #define PKRNL OBJTABLEvoid *25 #define PKRNLINFO void * 26 26 #endif 27 27 … … 56 56 #if !defined(__cplusplus) && defined(RING0) 57 57 USHORT _loadds _Far32 _Pascal R0Init32(RP32INIT *pRpInit); 58 USHORT _loadds _Far32 _Pascal Get OTEs32(PKRNLOBJTABLE pOTEBuf);58 USHORT _loadds _Far32 _Pascal GetKernelInfo32(PKRNLINFO pKrnlInfo); 59 59 USHORT _loadds _Far32 _Pascal VerifyImportTab32(void); 60 60 USHORT _loadds _Far32 _Pascal ElfIOCtl(PRP32GENIOCTL pRpIOCtl); … … 96 96 #endif 97 97 98 99 /* 100 * START and END labels. NOTE: these are not bytes only assembly labels. 101 */ 102 extern char CODE16START ; 103 extern char DATA16START ; 104 extern char DATA16START ; 105 extern char DATA16_BSSSTART ; 106 extern char DATA16_CONSTSTART; 107 extern char CODE16START ; 108 extern char CODE32START ; 109 extern char DATA32START ; 110 extern char BSS32START ; 111 extern char CONST32_ROSTART ; 112 extern char _VFTSTART ; 113 extern char EH_DATASTART ; 114 115 extern char CODE16END ; 116 extern char DATA16END ; 117 extern char DATA16END ; 118 extern char DATA16_BSSEND ; 119 extern char DATA16_CONSTEND; 120 extern char CODE16END ; 121 extern char CODE32END ; 122 extern char DATA32END ; 123 extern char BSS32END ; 124 extern char CONST32_ROEND ; 125 extern char _VFTEND ; 126 extern char EH_DATAEND ; 127 128 129 130 98 131 #endif
Note:
See TracChangeset
for help on using the changeset viewer.