X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/e2fac8b15b12a7979f72090454d850e612fc5b13..b0d623f7f2ae71ed96e60569f61f9a9a27016e80:/osfmk/chud/chud_thread.h?ds=sidebyside diff --git a/osfmk/chud/chud_thread.h b/osfmk/chud/chud_thread.h index ab335816f..86976de11 100644 --- a/osfmk/chud/chud_thread.h +++ b/osfmk/chud/chud_thread.h @@ -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 #endif /* _CHUD_THREAD_H_ */