Changeset 9514 for trunk/src/win32k/kKrnlLib/include/dev16.h
- Timestamp:
- Dec 16, 2002, 3:25:07 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/kKrnlLib/include/dev16.h
r7400 r9514 1 /* $Id: dev16.h,v 1.4 2001-11-20 03:43:51 bird Exp $ 2 * dev16 - 16-bit specific. Should not be used in 32-bit C/C++. 1 /* $Id: dev16.h,v 1.5 2002-12-16 02:25:06 bird Exp $ 3 2 * 4 * Copyright (c) 1999 knut st. osmundsen3 * 16 bit device stuff. 5 4 * 6 * Project Odin Software License can be found in LICENSE.TXT 5 * Copyright (c) 2002 knut st. osmundsen <bird@anduin.net> 6 * 7 * 8 * This file is part of kKrnlLib. 9 * 10 * kKrnlLib is free software; you can redistribute it and/or modify 11 * it under the terms of the GNU General Public License as published by 12 * the Free Software Foundation; either version 2 of the License, or 13 * (at your option) any later version. 14 * 15 * kKrnlLib is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * GNU General Public License for more details. 19 * 20 * You should have received a copy of the GNU General Public License 21 * along with kKrnlLib; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 7 23 * 8 24 */ 25 9 26 #ifndef _d16_h_ 10 27 #define _d16_h_ … … 104 121 extern DDHDR aDevHdrs[2]; 105 122 extern PFN Device_Help; 106 extern ULONG TKSSBase16;123 extern ULONG pulTKSSBase32; 107 124 extern USHORT R0FlatCS16; 108 125 extern USHORT R0FlatDS16; … … 127 144 extern char PASCAL DATA16_BSSSTART ; 128 145 extern char PASCAL DATA16_CONSTSTART; 129 extern char PASCAL DATA16_INITSTART ;130 extern char PASCAL DATA16_INIT_BSSSTART ;131 extern char PASCAL DATA16_INIT_CONSTSTART;132 146 extern char PASCAL CODE16START ; 133 extern char PASCAL CODE16_INITSTART ;134 147 extern char PASCAL CODE32START ; 135 148 extern char PASCAL DATA32START ; … … 143 156 extern char PASCAL DATA16_BSSEND ; 144 157 extern char PASCAL DATA16_CONSTEND; 145 extern char PASCAL DATA16_INITEND ; 146 extern char PASCAL DATA16_INIT_BSSEND ; 147 extern char PASCAL DATA16_INIT_CONSTEND; 158 extern char PASCAL DATA16_ENDEND ; 148 159 extern char PASCAL CODE16END ; 149 extern char PASCAL CODE16_ INITEND ;160 extern char PASCAL CODE16_ENDEND ; 150 161 extern char PASCAL CODE32END ; 151 162 extern char PASCAL DATA32END ; … … 156 167 157 168 158 159 169 #endif
Note:
See TracChangeset
for help on using the changeset viewer.