]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/ufs/mfs/mfsiom.h
xnu-344.tar.gz
[apple/xnu.git] / bsd / ufs / mfs / mfsiom.h
index aaac06b5c25da135652e1461d9bd36ee9f4621b8..de9788fa46e8b4e2211560998d38d783d92924a5 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@
  * 
  *     @(#)mfsiom.h    8.1 (Berkeley) 6/11/93
  */
 
+#ifndef __UFS_MFS_MFSIOM_H__
+#define __UFS_MFS_MFSIOM_H__
+
+#include <sys/appleapiopts.h>
+
+#ifdef __APPLE_API_OBSOLETE
 #define MFS_MAPREG     (MAXPHYS/NBPG + 2) /* Kernel mapping pte's */
 #define MFS_MAPSIZE    10                 /* Size of alloc map for pte's */
+#endif /* __APPLE_API_OBSOLETE */
+#endif /* __UFS_MFS_MFSIOM_H__ */