Changeset 3949


Ignore:
Timestamp:
Nov 9, 2018, 11:40:56 PM (6 years ago)
Author:
bird
Message:

os2ddk/bsekee.h: Fixed KernCopyIn/Out const parameter. Added some missing data exports.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/libc/include/os2ddk/bsekee.h

    r3897 r3949  
    1818#include <sys/types.h> /* size_t */
    1919
    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"
    2423#include <os2ddk/unikern.h>
    2524#include <os2ddk/devhlp.h>
     
    102101APIRET APIENTRY KernArmHook(ULONG, ULONG, ULONG);
    103102APIRET APIENTRY KernBlock(ULONG, ULONG, ULONG, PVOID, PULONG);
    104 APIRET APIENTRY KernCopyIn(PVOID, const PVOID, ULONG);
    105 APIRET APIENTRY KernCopyOut(PVOID, const PVOID, ULONG);
     103APIRET APIENTRY KernCopyIn(PVOID, CPVOID, ULONG);
     104APIRET APIENTRY KernCopyOut(PVOID, CPVOID, ULONG);
    106105APIRET APIENTRY KernCreateUconvObject(SHORT, PUconvObj);
    107106APIRET APIENTRY KernDynamicAPI(PVOID, ULONG, ULONG, SELECTOR *);
     
    139138VOID   APIENTRY KernWakeup(ULONG, ULONG, PULONG, ULONG);
    140139
     140extern GINFOSEG  KernSISData;
     141extern LINFOSEG  KernLISData;
     142extern UCHAR     KernInterruptLevel;
     143extern ULONG     KernTKSSBase;
     144
    141145__END_DECLS
    142146
Note: See TracChangeset for help on using the changeset viewer.