]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/isofs/cd9660/iso.h
xnu-344.23.tar.gz
[apple/xnu.git] / bsd / isofs / cd9660 / iso.h
index 55fca26c0fb6fea70c757f948f93b31edcd09133..1b69d791c305d2fc8247c1e20bb51be5b11252b8 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2000-2001 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2002 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
@@ -63,6 +63,9 @@
 #ifndef _ISO_H_
 #define _ISO_H_
 
 #ifndef _ISO_H_
 #define _ISO_H_
 
+#include <sys/appleapiopts.h>
+
+#ifdef __APPLE_API_PRIVATE
 #define ISODCL(from, to) (to - from + 1)
 
 struct iso_volume_descriptor {
 #define ISODCL(from, to) (to - from + 1)
 
 struct iso_volume_descriptor {
@@ -396,4 +399,5 @@ void packattrblk __P((struct attrlist *alist, struct vnode *vp,
  */
 #define        ASSOCCHAR       '='
 
  */
 #define        ASSOCCHAR       '='
 
+#endif /* __APPLE_API_PRIVATE */
 #endif /* ! _ISO_H_ */
 #endif /* ! _ISO_H_ */