diff options
Diffstat (limited to 'arch/mn10300/kernel/internal.h')
-rw-r--r-- | arch/mn10300/kernel/internal.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/mn10300/kernel/internal.h b/arch/mn10300/kernel/internal.h index eee2eee86267..3b1f48b7e7f4 100644 --- a/arch/mn10300/kernel/internal.h +++ b/arch/mn10300/kernel/internal.h | |||
@@ -18,3 +18,15 @@ extern int kernel_thread_helper(int); | |||
18 | * entry.S | 18 | * entry.S |
19 | */ | 19 | */ |
20 | extern void ret_from_fork(struct task_struct *) __attribute__((noreturn)); | 20 | extern void ret_from_fork(struct task_struct *) __attribute__((noreturn)); |
21 | |||
22 | /* | ||
23 | * smp-low.S | ||
24 | */ | ||
25 | #ifdef CONFIG_SMP | ||
26 | extern void mn10300_low_ipi_handler(void); | ||
27 | #endif | ||
28 | |||
29 | /* | ||
30 | * time.c | ||
31 | */ | ||
32 | extern irqreturn_t local_timer_interrupt(void); | ||