X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/a3d08fcd5120d2aa8303b6349ca8b14e3f284af3..91447636331957f3d9b5ca5b508f07c526b0074d:/osfmk/mach/thread_switch.h diff --git a/osfmk/mach/thread_switch.h b/osfmk/mach/thread_switch.h index e03383287..522250329 100644 --- a/osfmk/mach/thread_switch.h +++ b/osfmk/mach/thread_switch.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 Apple Computer, Inc. All rights reserved. + * Copyright (c) 2000-2004 Apple Computer, Inc. All rights reserved. * * @APPLE_LICENSE_HEADER_START@ * @@ -56,6 +56,7 @@ #include #include #include +#include /* * Constant definitions for thread_switch trap. @@ -67,9 +68,4 @@ #define valid_switch_option(opt) (0 <= (opt) && (opt) <= 2) -extern kern_return_t thread_switch( - mach_port_name_t thread_name, - int option, - mach_msg_timeout_t option_time); - #endif /* _MACH_THREAD_SWITCH_H_ */