]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/thread_status.h
xnu-792.6.76.tar.gz
[apple/xnu.git] / osfmk / mach / thread_status.h
index 49903043b5c054eecffd1ef9ba1dd31d62c1a1d5..c806f7fc0bf846b37f36c212639e06ecdd10d09c 100644 (file)
@@ -59,8 +59,8 @@
  *
  */
 
-#ifndef        THREAD_STATUS_H_
-#define        THREAD_STATUS_H_
+#ifndef        _MACH_THREAD_STATUS_H_
+#define        _MACH_THREAD_STATUS_H_
 
 /*
  *     The actual structure that comprises the thread state is defined
@@ -84,4 +84,4 @@ typedef       int     thread_state_data_t[THREAD_STATE_MAX];
 typedef        int                     thread_state_flavor_t;
 typedef thread_state_flavor_t  *thread_state_flavor_array_t;
 
-#endif /* THREAD_STATUS_H_ */
+#endif /* _MACH_THREAD_STATUS_H_ */