Changeset 9514 for trunk/src/win32k/kKrnlLib/include/krnlPrivate.h
- Timestamp:
- Dec 16, 2002, 3:25:07 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/kKrnlLib/include/krnlPrivate.h
r6821 r9514 1 /* $Id: krnlPrivate.h,v 1. 3 2001-09-26 04:01:36bird Exp $1 /* $Id: krnlPrivate.h,v 1.4 2002-12-16 02:25:07 bird Exp $ 2 2 * 3 3 * Private header file for the krnl*.c* files. … … 22 22 * Global Variables * 23 23 *******************************************************************************/ 24 #ifdef _OS2KSEM_h_ 24 25 extern KSEMMTX kmtxImports; 26 #endif 25 27 26 28 extern char KKL_EntryTab[1]; /* calltaba.asm */ 27 29 extern char KKL_EntryTabEND[1]; /* calltaba.asm */ 28 extern char DATA16_INITKKL_EntryTabFixups[1]; /* calltaba.asm */30 extern char KKL_EntryTabFixups[1]; /* calltaba.asm */ 29 31 #ifdef _OS2KLDR_H_ 30 32 extern MTE kKrnlLibMTE; /* calltaba.asm */ … … 45 47 * Functions * 46 48 *******************************************************************************/ 47 extern void _Optlink LockedWrite(unsigned long ulAddr, unsigned char chOpcode, unsigned long ulDword); 48 extern int _Optlink MakeCalltab16CodeSegment(void); 49 extern void _Optlink LockedWrite(unsigned long ulAddr, unsigned char chOpcode, unsigned long ulDword); 50 extern int _Optlink MakeCalltab16CodeSegment(void); 51 extern int krnlLoadKernelSym(void); 52 extern int krnlLoadKernelSymFile(const char *pszFilename); 49 53 50 54 #endif
Note:
See TracChangeset
for help on using the changeset viewer.