]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/trace.h
xnu-344.tar.gz
[apple/xnu.git] / bsd / sys / trace.h
index 49e230ffd531c18594550ba145585433129813bd..c77ef1ca876c1022fda727b0fc6aea5ed9ff32b0 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@
  * 
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
@@ -58,6 +58,9 @@
 #ifndef _SYS_TRACE_H_
 #define        _SYS_TRACE_H_
 
 #ifndef _SYS_TRACE_H_
 #define        _SYS_TRACE_H_
 
+#include <sys/appleapiopts.h>
+
+#ifdef __APPLE_API_OBSOLETE
 /*
  * File system buffer tracing points; all trace <pack(dev, size), bn>
  */
 /*
  * File system buffer tracing points; all trace <pack(dev, size), bn>
  */
@@ -139,5 +142,8 @@ extern char traceflags[TR_NFLAGS];
 #define        trace(a,b,c)
 #endif
 #endif /* KERNEL */
 #define        trace(a,b,c)
 #endif
 #endif /* KERNEL */
+
+#endif /* __APPLE_API_OBSOLETE */
+
 #endif /* !_SYS_TRACE_H_ */
 
 #endif /* !_SYS_TRACE_H_ */