diff options
Diffstat (limited to 'arch/arm/mach-davinci/include/mach/common.h')
-rw-r--r-- | arch/arm/mach-davinci/include/mach/common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/include/mach/common.h b/arch/arm/mach-davinci/include/mach/common.h index c00d375946d1..838ae13595a4 100644 --- a/arch/arm/mach-davinci/include/mach/common.h +++ b/arch/arm/mach-davinci/include/mach/common.h | |||
@@ -17,6 +17,7 @@ struct sys_timer; | |||
17 | extern struct sys_timer davinci_timer; | 17 | extern struct sys_timer davinci_timer; |
18 | 18 | ||
19 | extern void davinci_irq_init(void); | 19 | extern void davinci_irq_init(void); |
20 | extern void __iomem *davinci_intc_base; | ||
20 | 21 | ||
21 | /* parameters describe VBUS sourcing for host mode */ | 22 | /* parameters describe VBUS sourcing for host mode */ |
22 | extern void setup_usb(unsigned mA, unsigned potpgt_msec); | 23 | extern void setup_usb(unsigned mA, unsigned potpgt_msec); |
@@ -39,6 +40,10 @@ struct davinci_soc_info { | |||
39 | void __iomem *pinmux_base; | 40 | void __iomem *pinmux_base; |
40 | const struct mux_config *pinmux_pins; | 41 | const struct mux_config *pinmux_pins; |
41 | unsigned long pinmux_pins_num; | 42 | unsigned long pinmux_pins_num; |
43 | void __iomem *intc_base; | ||
44 | int intc_type; | ||
45 | u8 *intc_irq_prios; | ||
46 | unsigned long intc_irq_num; | ||
42 | }; | 47 | }; |
43 | 48 | ||
44 | extern struct davinci_soc_info davinci_soc_info; | 49 | extern struct davinci_soc_info davinci_soc_info; |