]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/loadable_fs.h
xnu-344.12.2.tar.gz
[apple/xnu.git] / bsd / sys / loadable_fs.h
index 5b57f06e596741a3b56213d6acfd48f4a28ece3e..1d198c74dd2a7d4059d19f51333155ed3eb62487 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2002 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
 /* 
  * loadable_fs.h - message struct for loading and initializing loadable
  *                file systems.
- *
- * HISTORY
- * 26-Jun-90   Doug Mitchell at NeXT
- *     Created.
- * 5-Nov-91    Lee Boynton at NeXT
- *     Added support for initialization, labels, and WSM options
- * 29-Mar-99   A.Ramesh at Apple
- *     Added to Mac OS X, removed mach message related defns
  */
 
-#ifndef        _LOADABLE_FS_
-#define _LOADABLE_FS_
+#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 /* _LOADABLE_FS_ */
+#endif /* __APPLE_API_UNSTABLE */
+#endif /* _SYS_LOADABLE_FS_ */