]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/vmmeter.h
xnu-517.7.7.tar.gz
[apple/xnu.git] / bsd / sys / vmmeter.h
index dba664e8e65dac69e20b4a329198f4c519142479..0564670bcf6e1099e7dc12228f02da84f5537084 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_VMMETER_H_
 #define        _SYS_VMMETER_H_
 
+#include <sys/appleapiopts.h>
+
+#ifdef __APPLE_API_OBSOLETE
 /*
  * System wide statistics counters.
  */
@@ -133,4 +136,6 @@ struct vmtotal
 extern struct  vmtotal total;
 #endif
 
+#endif /*__APPLE_API_OBSOLETE */
+
 #endif /* !_SYS_VMMETER_H_ */