]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/dev/arm/sdt_arm.c
xnu-7195.60.75.tar.gz
[apple/xnu.git] / bsd / dev / arm / sdt_arm.c
index 938aa048b1f22942f6070cadd12dd9b9eeb5e351..2fa0b7d87c4692e066848b1e972da8fbe8034037 100644 (file)
  * Use is subject to license terms.
  */
 
-/* #pragma ident       "@(#)sdt.c      1.6     06/03/24 SMI" */
-
-#ifdef KERNEL
-#ifndef _KERNEL
-#define _KERNEL /* Solaris vs. Darwin */
-#endif
-#endif
-
-#define MACH__POSIX_C_SOURCE_PRIVATE 1 /* pulls in suitable savearea from mach/ppc/thread_status.h */
 #include <kern/cpu_data.h>
 #include <kern/thread.h>
 #include <mach/thread_status.h>