diff options
Diffstat (limited to 'arch/microblaze/include/asm/kgdb.h')
-rw-r--r-- | arch/microblaze/include/asm/kgdb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/microblaze/include/asm/kgdb.h b/arch/microblaze/include/asm/kgdb.h index 78b17d40b235..ad27acb2b15f 100644 --- a/arch/microblaze/include/asm/kgdb.h +++ b/arch/microblaze/include/asm/kgdb.h | |||
@@ -23,6 +23,9 @@ static inline void arch_kgdb_breakpoint(void) | |||
23 | __asm__ __volatile__("brki r16, 0x18;"); | 23 | __asm__ __volatile__("brki r16, 0x18;"); |
24 | } | 24 | } |
25 | 25 | ||
26 | struct pt_regs; | ||
27 | asmlinkage void microblaze_kgdb_break(struct pt_regs *regs); | ||
28 | |||
26 | #endif /* __ASSEMBLY__ */ | 29 | #endif /* __ASSEMBLY__ */ |
27 | #endif /* __MICROBLAZE_KGDB_H__ */ | 30 | #endif /* __MICROBLAZE_KGDB_H__ */ |
28 | #endif /* __KERNEL__ */ | 31 | #endif /* __KERNEL__ */ |