Ignore:
Timestamp:
Feb 16, 2000, 12:39:20 AM (26 years ago)
Author:
bird
Message:

IOCtl exported services.
k32AllocMemEx.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/include/dev32.h

    r1678 r2799  
    1 /* $Id: dev32.h,v 1.4 1999-11-10 01:45:32 bird Exp $
     1/* $Id: dev32.h,v 1.5 2000-02-15 23:39:19 bird Exp $
    22 *
    33 * dev32 - header file for 32-bit part of the driver.
     
    1919 */
    2020#ifndef _dev1632_h_
    21     #define RP32INIT void
    22     #define PKRNLOBJTABLE void *
     21    #define RP32INIT        void
     22    #define PRP32INIT       void *
     23    #define RP32GENIOCTL    void
     24    #define PRP32GENIOCTL   void *
     25    #define PKRNLOBJTABLE   void *
    2326#endif
     27
    2428
    2529/*
     
    5458USHORT _loadds _Far32 _Pascal GetOTEs32(PKRNLOBJTABLE pOTEBuf);
    5559USHORT _loadds _Far32 _Pascal VerifyProcTab32(void);
     60USHORT _loadds _Far32 _Pascal ElfIOCtl(PRP32GENIOCTL pRpIOCtl);
     61USHORT _loadds _Far32 _Pascal Win32kIOCtl(PRP32GENIOCTL pRpIOCtl);
    5662#endif
    5763#ifdef _OS2Krnl_h_
Note: See TracChangeset for help on using the changeset viewer.