diff options
Diffstat (limited to 'arch/mips/include/asm')
-rw-r--r-- | arch/mips/include/asm/setup.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/mips/include/asm/setup.h b/arch/mips/include/asm/setup.h index e26589ef36ee..d7bfdeba9e84 100644 --- a/arch/mips/include/asm/setup.h +++ b/arch/mips/include/asm/setup.h | |||
@@ -5,6 +5,14 @@ | |||
5 | 5 | ||
6 | extern void setup_early_printk(void); | 6 | extern void setup_early_printk(void); |
7 | 7 | ||
8 | #ifdef CONFIG_EARLY_PRINTK_8250 | ||
9 | extern void setup_8250_early_printk_port(unsigned long base, | ||
10 | unsigned int reg_shift, unsigned int timeout); | ||
11 | #else | ||
12 | static inline void setup_8250_early_printk_port(unsigned long base, | ||
13 | unsigned int reg_shift, unsigned int timeout) {} | ||
14 | #endif | ||
15 | |||
8 | extern void set_handler(unsigned long offset, void *addr, unsigned long len); | 16 | extern void set_handler(unsigned long offset, void *addr, unsigned long len); |
9 | extern void set_uncached_handler(unsigned long offset, void *addr, unsigned long len); | 17 | extern void set_uncached_handler(unsigned long offset, void *addr, unsigned long len); |
10 | 18 | ||