X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/0b4e3aa066abc0728aacb4bbeb86f53f9737156e..d12e16782ebf8bb779633dff9e14486293bf6d07:/bsd/hfs/rangelist.h diff --git a/bsd/hfs/rangelist.h b/bsd/hfs/rangelist.h index f7c31ecf1..86b4c0c06 100644 --- a/bsd/hfs/rangelist.h +++ b/bsd/hfs/rangelist.h @@ -19,7 +19,13 @@ * * @APPLE_LICENSE_HEADER_END@ */ +#ifndef _HFS_RANGELIST_H_ +#define _HFS_RANGELIST_H_ +#include + +#ifdef KERNEL +#ifdef __APPLE_API_PRIVATE #include #include @@ -51,3 +57,7 @@ enum rl_overlaptype rl_scan(struct rl_head *rangelist, off_t end, struct rl_entry **overlap); __END_DECLS + +#endif /* __APPLE_API_PRIVATE */ +#endif /* KERNEL */ +#endif /* ! _HFS_RANGELIST_H_ */