Changeset 6725 for trunk/src


Ignore:
Timestamp:
Sep 16, 2001, 5:38:50 AM (24 years ago)
Author:
bird
Message:

Moved in a few more prototypes and declarations.

File:
1 edited

Legend:

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

    r6701 r6725  
    1 /* $Id: dev32.h,v 1.2 2001-09-14 01:50:16 bird Exp $
     1/* $Id: dev32.h,v 1.3 2001-09-16 03:38:50 bird Exp $
    22 *
    33 * dev32 - header file for 32-bit part of the driver.
     
    7373ULONG  _Optlink x86DisableWriteProtect(void);
    7474ULONG  _Optlink x86RestoreWriteProtect(ULONG flWP);
     75int     interpretFunctionProlog32(char *pach);
     76int     interpretFunctionProlog16(char *pach);
     77int     krnlInit(void);
    7578
    7679
     
    7982 * Global variables
    8083 */
     84#ifdef _OS2KLDR_H_
     85extern POTE    pKrnlOTE;                /* d32init.c */
     86extern PSMTE   pKrnlSMTE;               /* d32init.c */
     87#endif
     88extern PULONG TKSSBase16;
     89#if defined(__IBMC__) || defined(__IBMCPP__)
     90    #pragma map( TKSSBase16 , "_TKSSBase16"  )
     91#endif
    8192#ifndef SSToDS
    8293extern PULONG pulTKSSBase32;
Note: See TracChangeset for help on using the changeset viewer.