Some FsRtl API updated (stubs) to sync with ntifs.h v25 by Bo Branten.
[reactos.git] / reactos / include / ddk / fstypes.h
1 #ifndef __INCLUDE_DDK_FSTYPES_H
2 #define __INCLUDE_DDK_FSTYPES_H
3 /* $Id */
4
5 #include <internal/ps.h>
6
7 typedef
8 struct _FILE_LOCK_ANCHOR
9 {
10 LIST_ENTRY GrantedFileLockList;
11 LIST_ENTRY PendingFileLockList;
12
13 } FILE_LOCK_ANCHOR, *PFILE_LOCK_ANCHOR;
14
15 typedef PVOID PNOTIFY_SYNC;
16
17
18 #endif /* __INCLUDE_DDK_FSFUNCS_H */