X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/1c79356b52d46aa6b508fb032f5ae709b1f2897b..13fec9890cf095cc781fdf7b8917cb03bf32dd4c:/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_ */