Ignore:
Timestamp:
Feb 21, 2001, 8:47:59 AM (25 years ago)
Author:
bird
Message:

CallGate changes.

File:
1 edited

Legend:

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

    r5086 r5224  
    1 /* $Id: dev32.h,v 1.10 2001-02-10 11:11:43 bird Exp $
     1/* $Id: dev32.h,v 1.11 2001-02-21 07:46:10 bird Exp $
    22 *
    33 * dev32 - header file for 32-bit part of the driver.
     
    6464PMTE _System GetOS2KrnlMTE(void); /* (devfirst.asm) */
    6565#endif
     66ULONG  _Optlink InitCallGate(void);
     67ULONG  _Optlink x86DisableWriteProtect(void);
     68ULONG  _Optlink x86RestoreWriteProtect(ULONG flWP);
     69
    6670
    6771
     
    7074 */
    7175extern PULONG pulTKSSBase32;
     76extern USHORT CallGateGDT;
    7277
    7378/*
Note: See TracChangeset for help on using the changeset viewer.