mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
function declaration to enable/disable BCB tracing
svn path=/trunk/; revision=17366
This commit is contained in:
parent
864eea72ca
commit
a2525f8275
1 changed files with 8 additions and 0 deletions
|
@ -7,6 +7,14 @@ CcRosInitializeFileCache (PFILE_OBJECT FileObject,
|
|||
NTSTATUS STDCALL
|
||||
CcRosReleaseFileCache (PFILE_OBJECT FileObject);
|
||||
|
||||
struct _BCB;
|
||||
|
||||
VOID
|
||||
STDCALL
|
||||
CcRosTraceCacheMap (
|
||||
struct _BCB* Bcb,
|
||||
BOOLEAN Trace );
|
||||
|
||||
#define FSCTL_ROS_QUERY_LCN_MAPPING \
|
||||
CTL_CODE(FILE_DEVICE_FILE_SYSTEM, 63, METHOD_BUFFERED, FILE_ANY_ACCESS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue