mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Added CcFlushCache and CcGetFileObjectFromSectionPtrs.
svn path=/trunk/; revision=3599
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user