diff options
Diffstat (limited to 'arch/mips/include/asm/mach-loongson/loongson.h')
-rw-r--r-- | arch/mips/include/asm/mach-loongson/loongson.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/include/asm/mach-loongson/loongson.h b/arch/mips/include/asm/mach-loongson/loongson.h index a7fa66e85988..06c28f387116 100644 --- a/arch/mips/include/asm/mach-loongson/loongson.h +++ b/arch/mips/include/asm/mach-loongson/loongson.h | |||
@@ -41,6 +41,7 @@ extern void __init bonito_irq_init(void); | |||
41 | extern void __init set_irq_trigger_mode(void); | 41 | extern void __init set_irq_trigger_mode(void); |
42 | extern void __init mach_init_irq(void); | 42 | extern void __init mach_init_irq(void); |
43 | extern void mach_irq_dispatch(unsigned int pending); | 43 | extern void mach_irq_dispatch(unsigned int pending); |
44 | extern int mach_i8259_irq(void); | ||
44 | 45 | ||
45 | /* We need this in some places... */ | 46 | /* We need this in some places... */ |
46 | #define delay() ({ \ | 47 | #define delay() ({ \ |