]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/i386/disklabel.h
xnu-344.tar.gz
[apple/xnu.git] / bsd / i386 / disklabel.h
index e012228245925a655fd221184c2e020148ddc588..97cab07c3cab6018849b7a00b7f66a282d628a19 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@
  * 
@@ -22,6 +22,9 @@
 #ifndef _MACHINE_DISKLABEL_H_
 #define _MACHINE_DISKLABEL_H_
 
+#include <sys/appleapiopts.h>
+
+#ifdef __APPLE_API_OBSOLETE
 #define        LABELSECTOR     (1024 / DEV_BSIZE)      /* sector containing label */
 #define        LABELOFFSET     0                       /* offset of label in sector */
 #define        MAXPARTITIONS   8                       /* number of partitions */
@@ -31,5 +34,6 @@
 struct cpu_disklabel {
        int     cd_dummy;                       /* must have one element. */
 };
+#endif /* __APPLE_API_OBSOLETE */
 
 #endif /* _MACHINE_DISKLABEL_H_ */