diff options
Diffstat (limited to 'arch/arm/mach-shmobile/include/mach/r8a7779.h')
| -rw-r--r-- | arch/arm/mach-shmobile/include/mach/r8a7779.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/r8a7779.h b/arch/arm/mach-shmobile/include/mach/r8a7779.h index e6a6166fdf22..b07ad318eb2e 100644 --- a/arch/arm/mach-shmobile/include/mach/r8a7779.h +++ b/arch/arm/mach-shmobile/include/mach/r8a7779.h | |||
| @@ -343,6 +343,9 @@ static inline struct r8a7779_pm_ch *to_r8a7779_ch(struct generic_pm_domain *d) | |||
| 343 | return &container_of(d, struct r8a7779_pm_domain, genpd)->ch; | 343 | return &container_of(d, struct r8a7779_pm_domain, genpd)->ch; |
| 344 | } | 344 | } |
| 345 | 345 | ||
| 346 | extern int r8a7779_sysc_power_down(struct r8a7779_pm_ch *r8a7779_ch); | ||
| 347 | extern int r8a7779_sysc_power_up(struct r8a7779_pm_ch *r8a7779_ch); | ||
| 348 | |||
| 346 | #ifdef CONFIG_PM | 349 | #ifdef CONFIG_PM |
| 347 | extern struct r8a7779_pm_domain r8a7779_sh4a; | 350 | extern struct r8a7779_pm_domain r8a7779_sh4a; |
| 348 | extern struct r8a7779_pm_domain r8a7779_sgx; | 351 | extern struct r8a7779_pm_domain r8a7779_sgx; |
