diff options
Diffstat (limited to 'kern')
-rw-r--r-- | kern/ast.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -41,6 +41,7 @@ */ #include "cpu_number.h" +#include <kern/kern_types.h> #include <kern/macros.h> #include <machine/ast.h> @@ -131,4 +132,8 @@ extern void ast_init (void); extern void ast_check (void); +#if NCPUS > 1 +extern void cause_ast_check(const processor_t processor); +#endif + #endif /* _KERN_AST_H_ */ |