Merge remote-tracking branch 'asoc/fix/rt5645' into asoc-linus
[linux-2.6-block.git] / arch / arm / mach-shmobile / pm-rcar.h
CommitLineData
a6557eb7
MD
1#ifndef PM_RCAR_H
2#define PM_RCAR_H
3
4struct rcar_sysc_ch {
6fd2242e
GU
5 u16 chan_offs;
6 u8 chan_bit;
7 u8 isr_bit;
a6557eb7
MD
8};
9
624deb39
GU
10int rcar_sysc_power_down(const struct rcar_sysc_ch *sysc_ch);
11int rcar_sysc_power_up(const struct rcar_sysc_ch *sysc_ch);
12bool rcar_sysc_power_is_off(const struct rcar_sysc_ch *sysc_ch);
a6557eb7
MD
13void __iomem *rcar_sysc_init(phys_addr_t base);
14
15#endif /* PM_RCAR_H */