diff options
Diffstat (limited to 'arch/arm/plat-stmp3xxx/include/mach/stmp3xxx.h')
-rw-r--r-- | arch/arm/plat-stmp3xxx/include/mach/stmp3xxx.h | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/arch/arm/plat-stmp3xxx/include/mach/stmp3xxx.h b/arch/arm/plat-stmp3xxx/include/mach/stmp3xxx.h index 78cf1be75519..2e300feaa4cf 100644 --- a/arch/arm/plat-stmp3xxx/include/mach/stmp3xxx.h +++ b/arch/arm/plat-stmp3xxx/include/mach/stmp3xxx.h | |||
@@ -25,7 +25,27 @@ extern struct sys_timer stmp3xxx_timer; | |||
25 | void stmp3xxx_init_irq(struct irq_chip *chip); | 25 | void stmp3xxx_init_irq(struct irq_chip *chip); |
26 | void stmp3xxx_init(void); | 26 | void stmp3xxx_init(void); |
27 | int stmp3xxx_reset_block(void __iomem *hwreg, int just_enable); | 27 | int stmp3xxx_reset_block(void __iomem *hwreg, int just_enable); |
28 | extern struct platform_device stmp3xxx_dbguart; | 28 | extern struct platform_device stmp3xxx_dbguart, |
29 | stmp3xxx_appuart, | ||
30 | stmp3xxx_watchdog, | ||
31 | stmp3xxx_touchscreen, | ||
32 | stmp3xxx_keyboard, | ||
33 | stmp3xxx_gpmi, | ||
34 | stmp3xxx_mmc, | ||
35 | stmp3xxx_udc, | ||
36 | stmp3xxx_ehci, | ||
37 | stmp3xxx_rtc, | ||
38 | stmp3xxx_spi1, | ||
39 | stmp3xxx_spi2, | ||
40 | stmp3xxx_backlight, | ||
41 | stmp3xxx_rotdec, | ||
42 | stmp3xxx_dcp, | ||
43 | stmp3xxx_dcp_bootstream, | ||
44 | stmp3xxx_persistent, | ||
45 | stmp3xxx_framebuffer, | ||
46 | stmp3xxx_battery; | ||
47 | int stmp3xxx_ssp1_device_register(void); | ||
48 | int stmp3xxx_ssp2_device_register(void); | ||
29 | 49 | ||
30 | struct pin_group; | 50 | struct pin_group; |
31 | void stmp3xxx_release_pin_group(struct pin_group *pin_group, const char *label); | 51 | void stmp3xxx_release_pin_group(struct pin_group *pin_group, const char *label); |