]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/chud/chud_thread.h
xnu-1456.1.26.tar.gz
[apple/xnu.git] / osfmk / chud / chud_thread.h
index ab335816fcdb30ff2ceb561154e8431b30f38b16..86976de11764d2b8cfa125ec06ce316b00b88d72 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007 Apple Inc. All rights reserved.
+ * Copyright (c) 2007-2009 Apple Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
@@ -29,8 +29,7 @@
 #ifndef _CHUD_THREAD_H_
 #define _CHUD_THREAD_H_
 
-/* Flags for the t_chud element of a thread_t structure. */
-#define T_CHUD_MARKED   0x1    /* this thread is marked by CHUD */
-#define T_IN_CHUD       0x2    /* this thread is already in a CHUD handler */
+
+#include <kern/thread.h>
 
 #endif /* _CHUD_THREAD_H_ */