aboutsummaryrefslogtreecommitdiff
path: root/arch/mn10300/kernel/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mn10300/kernel/internal.h')
-rw-r--r--arch/mn10300/kernel/internal.h28
1 files changed, 24 insertions, 4 deletions
diff --git a/arch/mn10300/kernel/internal.h b/arch/mn10300/kernel/internal.h
index eee2eee8626..561785581f6 100644
--- a/arch/mn10300/kernel/internal.h
+++ b/arch/mn10300/kernel/internal.h
@@ -9,12 +9,32 @@
* 2 of the Licence, or (at your option) any later version.
*/
-/*
- * kthread.S
- */
-extern int kernel_thread_helper(int);
+#include <linux/irqreturn.h>
+
+struct clocksource;
+struct clock_event_device;
/*
* entry.S
*/
extern void ret_from_fork(struct task_struct *) __attribute__((noreturn));
+extern void ret_from_kernel_thread(struct task_struct *) __attribute__((noreturn));
+
+/*
+ * smp-low.S
+ */
+#ifdef CONFIG_SMP
+extern void mn10300_low_ipi_handler(void);
+#endif
+
+/*
+ * smp.c
+ */
+#ifdef CONFIG_SMP
+extern void smp_jump_to_debugger(void);
+#endif
+
+/*
+ * time.c
+ */
+extern irqreturn_t local_timer_interrupt(void);