branch update for HEAD-2003050101
[reactos.git] / include / win32k / misc.h
1 #ifndef __WIN32K_MISC_H
2 #define __WIN32K_MISC_H
3
4 /* Process context in which miniport driver is opened/used */
5 extern PEPROCESS W32kDeviceProcess;
6
7 BOOLEAN
8 STDCALL
9 W32kInitialize (VOID);
10
11 #endif /* __WIN32K_MISC_H */