- Timestamp:
- Nov 9, 2018, 11:40:56 PM (7 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/libc/include/os2ddk/bsekee.h (modified) (3 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/libc/include/os2ddk/bsekee.hr3897 r3949 18 18 #include <sys/types.h> /* size_t */ 19 19 20 #ifndef _OS2EMX_H 21 # define INCL_DOSINFOSEG 22 # include <os2emx.h> 23 #endif 20 #define INCL_DOSINFOSEG 21 #define NO_INCL_SAFE_HIMEM_WRAPPERS 22 #include "../os2emx.h" 24 23 #include <os2ddk/unikern.h> 25 24 #include <os2ddk/devhlp.h> … … 102 101 APIRET APIENTRY KernArmHook(ULONG, ULONG, ULONG); 103 102 APIRET APIENTRY KernBlock(ULONG, ULONG, ULONG, PVOID, PULONG); 104 APIRET APIENTRY KernCopyIn(PVOID, constPVOID, ULONG);105 APIRET APIENTRY KernCopyOut(PVOID, constPVOID, ULONG);103 APIRET APIENTRY KernCopyIn(PVOID, CPVOID, ULONG); 104 APIRET APIENTRY KernCopyOut(PVOID, CPVOID, ULONG); 106 105 APIRET APIENTRY KernCreateUconvObject(SHORT, PUconvObj); 107 106 APIRET APIENTRY KernDynamicAPI(PVOID, ULONG, ULONG, SELECTOR *); … … 139 138 VOID APIENTRY KernWakeup(ULONG, ULONG, PULONG, ULONG); 140 139 140 extern GINFOSEG KernSISData; 141 extern LINFOSEG KernLISData; 142 extern UCHAR KernInterruptLevel; 143 extern ULONG KernTKSSBase; 144 141 145 __END_DECLS 142 146 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
