Ignore:
Timestamp:
Jul 8, 2001, 5:03:14 AM (24 years ago)
Author:
bird
Message:

Open/Close prototypes and structure stubs.

File:
1 edited

Legend:

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

    r5224 r6225  
    1 /* $Id: dev32.h,v 1.11 2001-02-21 07:46:10 bird Exp $
     1/* $Id: dev32.h,v 1.12 2001-07-08 03:03:14 bird Exp $
    22 *
    33 * dev32 - header file for 32-bit part of the driver.
     
    2323    #define RP32GENIOCTL    void
    2424    #define PRP32GENIOCTL   void *
     25    #define RP32GENIOCTL    void
     26    #define PRP32GENIOCTL   void *
     27    #define RP32OPENCLOSE   void
     28    #define PRP32OPENCLOSE  void *
    2529    #define PKRNLINFO       void *
    2630#endif
     
    6064USHORT _loadds _Far32 _Pascal ElfIOCtl(PRP32GENIOCTL pRpIOCtl);
    6165USHORT _loadds _Far32 _Pascal Win32kIOCtl(PRP32GENIOCTL pRpIOCtl);
     66USHORT _loadds _Far32 _Pascal Win32kOpen(PRP32OPENCLOSE pRpOpen);
     67USHORT _loadds _Far32 _Pascal Win32kClose(PRP32OPENCLOSE pRpClose);
    6268#endif
    6369#ifdef _OS2KLDR_H_
Note: See TracChangeset for help on using the changeset viewer.