Changeset 4164 for trunk/src/win32k/include/dev32.h
- Timestamp:
- Sep 2, 2000, 11:08:23 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/include/dev32.h
r2898 r4164 1 /* $Id: dev32.h,v 1. 8 2000-02-25 18:15:04bird Exp $1 /* $Id: dev32.h,v 1.9 2000-09-02 21:08:00 bird Exp $ 2 2 * 3 3 * dev32 - header file for 32-bit part of the driver. … … 100 100 * START and END labels. NOTE: these are not bytes only assembly labels. 101 101 */ 102 extern char CODE16START ;103 extern char DATA16START ;104 102 extern char DATA16START ; 105 103 extern char DATA16_BSSSTART ; 106 104 extern char DATA16_CONSTSTART; 105 extern char DATA16_INITSTART ; 106 extern char DATA16_INIT_BSSSTART ; 107 extern char DATA16_INIT_CONSTSTART; 107 108 extern char CODE16START ; 109 extern char CODE16_INITSTART ; 108 110 extern char CODE32START ; 109 111 extern char DATA32START ; … … 115 117 extern char CODE16END ; 116 118 extern char DATA16END ; 117 extern char DATA16END ;118 119 extern char DATA16_BSSEND ; 119 120 extern char DATA16_CONSTEND; 121 extern char DATA16_INITEND ; 122 extern char DATA16_INIT_BSSEND ; 123 extern char DATA16_INIT_CONSTEND; 120 124 extern char CODE16END ; 125 extern char CODE16_INITEND ; 121 126 extern char CODE32END ; 122 127 extern char DATA32END ; … … 126 131 extern char EH_DATAEND ; 127 132 128 129 130 131 133 #endif
Note:
See TracChangeset
for help on using the changeset viewer.