]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/hfs/hfscommon/headers/BTreeScanner.h
xnu-344.tar.gz
[apple/xnu.git] / bsd / hfs / hfscommon / headers / BTreeScanner.h
index b537bccfd73fd8f9baf7c857a49b2f8066f9434c..ce9cf300253062a49d2caa8be2854843dd699953 100644 (file)
 #ifndef        _BTREESCANNER_H_
 #define _BTREESCANNER_H_
 
+#include <sys/appleapiopts.h>
+
+#ifdef KERNEL
+#ifdef __APPLE_API_PRIVATE
 #include <sys/time.h>
 
 #include "FileMgrInternal.h"
@@ -108,4 +112,6 @@ int BTScanTerminate(        BTScanState *   scanState,
                                                u_int32_t *             startingRecord,
                                                u_int32_t *             recordsFound    );
 
+#endif /* __APPLE_API_PRIVATE */
+#endif /* KERNEL */
 #endif /* !_BTREESCANNER_H_ */