diff options
-rw-r--r-- | include/asm-powerpc/xmon.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-powerpc/xmon.h b/include/asm-powerpc/xmon.h index 88320a05f0a8..81477f24a188 100644 --- a/include/asm-powerpc/xmon.h +++ b/include/asm-powerpc/xmon.h | |||
@@ -15,6 +15,8 @@ | |||
15 | #ifdef CONFIG_XMON | 15 | #ifdef CONFIG_XMON |
16 | extern void xmon_setup(void); | 16 | extern void xmon_setup(void); |
17 | extern void xmon_register_spus(struct list_head *list); | 17 | extern void xmon_register_spus(struct list_head *list); |
18 | struct pt_regs; | ||
19 | extern int xmon(struct pt_regs *excp); | ||
18 | #else | 20 | #else |
19 | static inline void xmon_setup(void) { }; | 21 | static inline void xmon_setup(void) { }; |
20 | static inline void xmon_register_spus(struct list_head *list) { }; | 22 | static inline void xmon_register_spus(struct list_head *list) { }; |