]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/disklabel.h
xnu-344.tar.gz
[apple/xnu.git] / bsd / sys / disklabel.h
index 21258ddf0d44c834bb8254a02fac897ef18d0d1c..4fa09f2269cbc3339080737a071955f72c5bd8ca 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@
  * 
 #ifndef _SYS_DISKLABEL_H_
 #define _SYS_DISKLABEL_H_
 
+#include <sys/appleapiopts.h>
+
+#ifdef __APPLE_API_OBSOLETE
+
 /*
  * Disk description table, see disktab(5)
  */
@@ -358,5 +362,7 @@ __END_DECLS
 
 #endif
 
+#endif /* __APPLE_API_OBSOLETE */
+
 #endif /* ! _SYS_DISKLABEL_H_ */