diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-powerpc/xmon.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-powerpc/xmon.h b/include/asm-powerpc/xmon.h index 81477f24a188..d83da3cbd085 100644 --- a/include/asm-powerpc/xmon.h +++ b/include/asm-powerpc/xmon.h | |||
@@ -12,11 +12,14 @@ | |||
12 | 12 | ||
13 | #ifdef __KERNEL__ | 13 | #ifdef __KERNEL__ |
14 | 14 | ||
15 | #include <linux/irqreturn.h> | ||
16 | |||
15 | #ifdef CONFIG_XMON | 17 | #ifdef CONFIG_XMON |
16 | extern void xmon_setup(void); | 18 | extern void xmon_setup(void); |
17 | extern void xmon_register_spus(struct list_head *list); | 19 | extern void xmon_register_spus(struct list_head *list); |
18 | struct pt_regs; | 20 | struct pt_regs; |
19 | extern int xmon(struct pt_regs *excp); | 21 | extern int xmon(struct pt_regs *excp); |
22 | extern irqreturn_t xmon_irq(int, void *); | ||
20 | #else | 23 | #else |
21 | static inline void xmon_setup(void) { }; | 24 | static inline void xmon_setup(void) { }; |
22 | static inline void xmon_register_spus(struct list_head *list) { }; | 25 | static inline void xmon_register_spus(struct list_head *list) { }; |