X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/1c79356b52d46aa6b508fb032f5ae709b1f2897b..de355530ae67247cbd0da700edb3a2a1dae884c2:/bsd/hfs/hfscommon/headers/BTreesPrivate.h?ds=sidebyside diff --git a/bsd/hfs/hfscommon/headers/BTreesPrivate.h b/bsd/hfs/hfscommon/headers/BTreesPrivate.h index 4fce7de21..805c86346 100644 --- a/bsd/hfs/hfscommon/headers/BTreesPrivate.h +++ b/bsd/hfs/hfscommon/headers/BTreesPrivate.h @@ -111,6 +111,11 @@ #ifndef __BTREESPRIVATE__ #define __BTREESPRIVATE__ +#include + +#ifdef KERNEL +#ifdef __APPLE_API_PRIVATE + #include "../../hfs_macos_defs.h" #ifndef __FILEMGRINTERNAL__ @@ -377,6 +382,10 @@ OSStatus ReleaseNode (BTreeControlBlockPtr btreePtr, OSStatus TrashNode (BTreeControlBlockPtr btreePtr, NodePtr nodePtr ); +// XXXdbg +void ModifyBlockStart(FileReference vp, BlockDescPtr blockPtr); +// XXXdbg + OSStatus UpdateNode (BTreeControlBlockPtr btreePtr, NodePtr nodePtr, UInt32 transactionID, @@ -489,4 +498,6 @@ OSStatus DeleteTree (BTreeControlBlockPtr btreePtr, UInt16 index, UInt16 level ); +#endif /* __APPLE_API_PRIVATE */ +#endif /* KERNEL */ #endif //__BTREESPRIVATE__