diff --git a/reactos/include/ddk/ntifs.h b/reactos/include/ddk/ntifs.h index 8a1a5efe220..ee280663093 100644 --- a/reactos/include/ddk/ntifs.h +++ b/reactos/include/ddk/ntifs.h @@ -2,6 +2,12 @@ #include_next +NTSTATUS STDCALL +CcRosInitializeFileCache (PFILE_OBJECT FileObject, + ULONG CacheSegmentSize); +NTSTATUS STDCALL +CcRosReleaseFileCache (PFILE_OBJECT FileObject); + #else /* __USE_W32API */ #ifndef __INCLUDE_DDK_NTIFS_H