]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/i386/profile.h
xnu-344.tar.gz
[apple/xnu.git] / bsd / i386 / profile.h
index 68370a2eb808de5489379ea32ca528c08ff089cb..c3dd8dea3c458e9ff4421a72cd0e26cbdfa260c4 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@
  * 
 /*
  * Copyright (c) 1997, Apple Computer, Inc. All rights reserved.
  *
- *     History :
- *     29-Sep-1997  Umesh Vaishampayan
- *             Created.
  */
 
 #ifndef _BSD_I386_PROFILE_H_
 #define _BSD_I386_PROFILE_H_
 
+#include <sys/appleapiopts.h>
+
 #ifdef KERNEL
+#ifdef __APPLE_API_UNSTABLE
+
 /*
  * Block interrupts during mcount so that those interrupts can also be
  * counted (as soon as we get done with the current counting).  On the
@@ -42,6 +43,8 @@
 #define MCOUNT_INIT
 #define        MCOUNT_ENTER    /* s = splhigh(); */ /* XXX TODO */
 #define        MCOUNT_EXIT     /* (void) splx(s); */ /* XXX TODO */
+
+#endif /* __APPLE_API_UNSTABLE */
 #endif /* KERNEL */
 
 #endif /* _BSD_I386_PROFILE_H_ */