Added CcFlushCache and CcGetFileObjectFromSectionPtrs.

svn path=/trunk/; revision=3599
This commit is contained in:
Hartmut Birr 2002-10-02 19:25:19 +00:00
parent 9f97892ffa
commit bf6ff83636
2 changed files with 6 additions and 2 deletions

View file

@ -1,4 +1,4 @@
; $Id: ntoskrnl.def,v 1.143 2002/09/08 10:23:15 chorns Exp $
; $Id: ntoskrnl.def,v 1.144 2002/10/02 19:25:19 hbirr Exp $
;
; reactos/ntoskrnl/ntoskrnl.def
;
@ -11,6 +11,8 @@ CcRosInitializeFileCache@12
CcRosReleaseFileCache@8
CcCopyRead@24
CcCopyWrite@20
CcFlushCache@16
CcGetFileObjectFromSectionPtrs@4
CcMapData@24
CcMdlReadComplete@8
CcSetDirtyPinnedData@8

View file

@ -1,4 +1,4 @@
; $Id: ntoskrnl.edf,v 1.129 2002/09/08 10:23:15 chorns Exp $
; $Id: ntoskrnl.edf,v 1.130 2002/10/02 19:25:19 hbirr Exp $
;
; reactos/ntoskrnl/ntoskrnl.def
;
@ -12,6 +12,8 @@ CcMdlReadComplete=CcMdlReadComplete@8
CcRosReleaseFileCache=CcRosReleaseFileCache@8
CcCopyRead=CcCopyRead@24
CcCopyWrite=CcCopyWrite@20
CcFlushCache=CcFlushCache@16
CcGetFileObjectFromSectionPtrs=CcGetFileObjectFromSectionPtrs@4
CcMapData=CcMapData@24
CcSetDirtyPinnedData=CcSetDirtyPinnedData@8
CcUnpinData=CcUnpinData@4