/*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2002 Apple Computer, Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
#ifndef _SYS_VMMETER_H_
#define _SYS_VMMETER_H_
+#include <sys/appleapiopts.h>
+
+#ifdef __APPLE_API_OBSOLETE
/*
* System wide statistics counters.
*/
u_int v_inactive_target; /* number of pages desired inactive */
u_int v_inactive_count; /* number of pages inactive */
};
-#ifdef KERNEL
-extern struct vmmeter cnt;
-#endif
/* systemwide totals computed every five seconds */
struct vmtotal
extern struct vmtotal total;
#endif
+#endif /*__APPLE_API_OBSOLETE */
+
#endif /* !_SYS_VMMETER_H_ */