Initial revision
[reactos.git] / reactos / include / ddk / ntifs.h
1 #ifndef __INCLUDE_DDK_NTIFS_H
2 #define __INCLUDE_DDK_NTIFS_H
3
4 #if 0
5 typedef struct
6 {
7 BOOLEAN Replace;
8 HANDLE RootDir;
9 ULONG FileNameLength;
10 WCHAR FileName[1];
11 } FILE_RENAME_INFORMATION, *PFILE_RENAME_INFORMATION;
12 #endif
13
14 #include <ddk/cctypes.h>
15
16 #include <ddk/ccfuncs.h>
17
18 #endif /* __INCLUDE_DDK_NTIFS_H */