diff options
Diffstat (limited to 'kern/processor.h')
-rw-r--r-- | kern/processor.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/kern/processor.h b/kern/processor.h index 9a6c944..ea69c23 100644 --- a/kern/processor.h +++ b/kern/processor.h @@ -320,4 +320,11 @@ extern kern_return_t processor_set_threads( natural_t *count); #endif +void processor_doaction(processor_t processor); + +#ifdef __GNUC__ +__volatile__ +#endif +void processor_doshutdown(processor_t processor); + #endif /* _KERN_PROCESSOR_H_ */ |