]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/dmap.h
xnu-344.12.2.tar.gz
[apple/xnu.git] / bsd / sys / dmap.h
index befe5710f84ad4ce0038e9f139a54f49071991a9..3234c4d5dedcbd6b5106609db9b9c98f138696f9 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@
  * 
@@ -58,6 +58,9 @@
 #ifndef _SYS_DMAP_H_
 #define        _SYS_DMAP_H_
 
+#include <sys/appleapiopts.h>
+
+#ifdef __APPLE_API_OBSOLETE
 /*
  * Definitions for the mapping of vitual swap space to the physical swap
  * area - the disk map.
@@ -79,4 +82,7 @@ struct dblock {
        swblk_t db_base;        /* base of physical contig drum block */
        swblk_t db_size;        /* size of block */
 };
+
+#endif /* __APPLE_API_OBSOLETE */
+
 #endif /* !_SYS_DMAP_H_ */