- split logoff and shutdown resources
[reactos.git] / reactos / include / ndk / cctypes.h
1 /*++ NDK Version: 0095
2
3 Copyright (c) Alex Ionescu. All rights reserved.
4
5 Header Name:
6
7 cctypes.h
8
9 Abstract:
10
11 Type definitions for the Cache Controller.
12
13 Author:
14
15 Alex Ionescu (alex.ionescu@reactos.com) 06-Oct-2004
16
17 --*/
18
19 #ifndef _CCTYPES_H
20 #define _CCTYPES_H
21
22 //
23 // Dependencies
24 //
25 #include <umtypes.h>
26
27 #ifndef NTOS_MODE_USER
28
29 //
30 // Kernel Exported CcData
31 //
32 extern ULONG NTSYSAPI CcFastReadNotPossible;
33 extern ULONG NTSYSAPI CcFastReadWait;
34
35 #endif
36 #endif // _CCTYPES_H
37