summaryrefslogtreecommitdiff
path: root/kern/syscall_subr.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/syscall_subr.h')
-rw-r--r--kern/syscall_subr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kern/syscall_subr.h b/kern/syscall_subr.h
index a2e3920..b6b61ab 100644
--- a/kern/syscall_subr.h
+++ b/kern/syscall_subr.h
@@ -37,5 +37,6 @@ extern int thread_switch(mach_port_t, int, mach_msg_timeout_t);
extern void thread_depress_timeout(thread_t);
extern kern_return_t thread_depress_abort(thread_t);
extern void mach_print(const char *);
+extern void thread_depress_priority(thread_t thread, mach_msg_timeout_t depress_time);
#endif /* _KERN_SYSCALL_SUBR_H_ */