diff options
Diffstat (limited to 'arch/arm/mach-shmobile/include/mach/r8a7779.h')
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/r8a7779.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/r8a7779.h b/arch/arm/mach-shmobile/include/mach/r8a7779.h index 11c740047e14..17af34ed89c8 100644 --- a/arch/arm/mach-shmobile/include/mach/r8a7779.h +++ b/arch/arm/mach-shmobile/include/mach/r8a7779.h | |||
@@ -6,6 +6,13 @@ | |||
6 | #include <linux/sh_eth.h> | 6 | #include <linux/sh_eth.h> |
7 | #include <linux/platform_data/camera-rcar.h> | 7 | #include <linux/platform_data/camera-rcar.h> |
8 | 8 | ||
9 | /* HPB-DMA slave IDs */ | ||
10 | enum { | ||
11 | HPBDMA_SLAVE_DUMMY, | ||
12 | HPBDMA_SLAVE_SDHI0_TX, | ||
13 | HPBDMA_SLAVE_SDHI0_RX, | ||
14 | }; | ||
15 | |||
9 | struct platform_device; | 16 | struct platform_device; |
10 | 17 | ||
11 | struct r8a7779_pm_ch { | 18 | struct r8a7779_pm_ch { |
@@ -26,6 +33,7 @@ static inline struct r8a7779_pm_ch *to_r8a7779_ch(struct generic_pm_domain *d) | |||
26 | 33 | ||
27 | extern void r8a7779_init_delay(void); | 34 | extern void r8a7779_init_delay(void); |
28 | extern void r8a7779_init_irq_extpin(int irlm); | 35 | extern void r8a7779_init_irq_extpin(int irlm); |
36 | extern void r8a7779_init_irq_extpin_dt(int irlm); | ||
29 | extern void r8a7779_init_irq_dt(void); | 37 | extern void r8a7779_init_irq_dt(void); |
30 | extern void r8a7779_map_io(void); | 38 | extern void r8a7779_map_io(void); |
31 | extern void r8a7779_earlytimer_init(void); | 39 | extern void r8a7779_earlytimer_init(void); |