]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - arch/arm/mach-shmobile/pm-rcar.h
Merge branch 'cpuidle' into release
[karo-tx-linux.git] / arch / arm / mach-shmobile / pm-rcar.h
1 #ifndef PM_RCAR_H
2 #define PM_RCAR_H
3
4 struct rcar_sysc_ch {
5         u16 chan_offs;
6         u8 chan_bit;
7         u8 isr_bit;
8 };
9
10 int rcar_sysc_power_down(const struct rcar_sysc_ch *sysc_ch);
11 int rcar_sysc_power_up(const struct rcar_sysc_ch *sysc_ch);
12 bool rcar_sysc_power_is_off(const struct rcar_sysc_ch *sysc_ch);
13 void __iomem *rcar_sysc_init(phys_addr_t base);
14
15 #endif /* PM_RCAR_H */