- Update NDK with proper (when possible) RTL structure names that were previously...
[reactos.git] / reactos / include / ndk / cctypes.h
1 /*
2 * PROJECT: ReactOS Native Headers
3 * FILE: include/ndk/cctypes.h
4 * PURPOSE: Definitions for exported Cache Manager Types not defined in DDK/IFS
5 * PROGRAMMER: Alex Ionescu (alex@relsoft.net)
6 * UPDATE HISTORY:
7 * Created 06/10/04
8 */
9
10 #ifndef _CCTYPES_H
11 #define _CCTYPES_H
12
13 /* DEPENDENCIES **************************************************************/
14
15 /* EXPORTED DATA *************************************************************/
16 extern ULONG NTSYSAPI CcFastReadNotPossible;
17 extern ULONG NTSYSAPI CcFastReadWait;
18
19 /* ENUMERATIONS **************************************************************/
20
21 /* TYPES *********************************************************************/
22
23 #endif
24