diff options
Diffstat (limited to 'include/asm-ppc/system.h')
-rw-r--r-- | include/asm-ppc/system.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-ppc/system.h b/include/asm-ppc/system.h index 82395f30004b..be6557746ab6 100644 --- a/include/asm-ppc/system.h +++ b/include/asm-ppc/system.h | |||
@@ -87,6 +87,10 @@ extern void cacheable_memzero(void *p, unsigned int nb); | |||
87 | extern int do_page_fault(struct pt_regs *, unsigned long, unsigned long); | 87 | extern int do_page_fault(struct pt_regs *, unsigned long, unsigned long); |
88 | extern void bad_page_fault(struct pt_regs *, unsigned long, int); | 88 | extern void bad_page_fault(struct pt_regs *, unsigned long, int); |
89 | extern void die(const char *, struct pt_regs *, long); | 89 | extern void die(const char *, struct pt_regs *, long); |
90 | #ifdef CONFIG_BOOKE_WDT | ||
91 | extern u32 booke_wdt_enabled; | ||
92 | extern u32 booke_wdt_period; | ||
93 | #endif /* CONFIG_BOOKE_WDT */ | ||
90 | 94 | ||
91 | struct device_node; | 95 | struct device_node; |
92 | extern void note_scsi_host(struct device_node *, void *); | 96 | extern void note_scsi_host(struct device_node *, void *); |