]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/isofs/cd9660/cd9660_rrip.h
xnu-344.tar.gz
[apple/xnu.git] / bsd / isofs / cd9660 / cd9660_rrip.h
index 4e62dc4e70a16bfbb006cb33bf6b46877ba6ac01..4a3c17192a568a7de51760562fc8e8ca6238cbee 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@
  * 
  *
  *     @(#)cd9660_rrip.h       8.2 (Berkeley) 12/5/94
  */
+#ifndef __ISOFS_CD9660_CD9660_RRIP_H__
+#define __ISOFS_CD9660_CD9660_RRIP_H__
 
+#include <sys/appleapiopts.h>
+
+#ifdef __APPLE_API_PRIVATE
 typedef struct {
        char   type                     [ISODCL (  0,    1)];
        u_char length                   [ISODCL (  2,    2)]; /* 711 */
@@ -161,3 +166,6 @@ typedef struct {
        char offset                     [ISODCL ( 12,   19)];
        char length                     [ISODCL ( 20,   27)];
 } ISO_RRIP_CONT;
+
+#endif /* __APPLE_API_PRIVATE */
+#endif /* __ISOFS_CD9660_CD9660_RRIP_H__ */