Changeset 6741 for trunk/src/win32k/kKrnlLib/include/dev32.h
- Timestamp:
- Sep 17, 2001, 4:45:47 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/kKrnlLib/include/dev32.h
r6725 r6741 1 /* $Id: dev32.h,v 1. 3 2001-09-16 03:38:50bird Exp $1 /* $Id: dev32.h,v 1.4 2001-09-17 02:45:47 bird Exp $ 2 2 * 3 3 * dev32 - header file for 32-bit part of the driver. … … 59 59 */ 60 60 #if !defined(__cplusplus) && defined(RING0) 61 USHORT _loadds _Far32 _Pascal R0Init32(RP32INIT *pRpInit);62 61 USHORT _loadds _Far32 _Pascal GetKernelInfo32(PKRNLINFO pKrnlInfo); 63 62 USHORT _loadds _Far32 _Pascal VerifyImportTab32(void); 64 USHORT _loadds _Far32 _Pascal ElfIOCtl(PRP32GENIOCTL pRpIOCtl);65 USHORT _loadds _Far32 _Pascal Win32kIOCtl(PRP32GENIOCTL pRpIOCtl);66 USHORT _loadds _Far32 _Pascal Win32kOpen(PRP32OPENCLOSE pRpOpen);67 USHORT _loadds _Far32 _Pascal Win32kClose(PRP32OPENCLOSE pRpClose);68 63 #endif 69 64 #ifdef _OS2KLDR_H_
Note:
See TracChangeset
for help on using the changeset viewer.