/*
- * 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
#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_ */