]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/loadable_fs.h
xnu-792.6.22.tar.gz
[apple/xnu.git] / bsd / sys / loadable_fs.h
index 1d198c74dd2a7d4059d19f51333155ed3eb62487..95f1c727d441afa101fae130920f8441b65959eb 100644 (file)
@@ -37,9 +37,7 @@
 #ifndef        _SYS_LOADABLE_FS_
 #define _SYS_LOADABLE_FS_
 
-#include <sys/appleapiopts.h>
 
-#ifdef __APPLE_API_UNSTABLE
 /*
  * Constants for Loadabls FS Utilities (in "/System/Library/Filesystems")
  *
 #define        MNTOPT_FS               "filesystem=" /* e.g. "filesystem=DOS" */
 #define        MNTOPT_REMOVABLE        "removable"
 
-#endif /* __APPLE_API_UNSTABLE */
 #endif /* _SYS_LOADABLE_FS_ */