blk: rq_data_dir() should not return a boolean
[cris-mirror.git] / arch / arm / mach-shmobile / pm-rcar.h
blob1b901db4a24c4633b74f990406e962a0cba86f2d
1 #ifndef PM_RCAR_H
2 #define PM_RCAR_H
4 struct rcar_sysc_ch {
5 u16 chan_offs;
6 u8 chan_bit;
7 u8 isr_bit;
8 };
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);
15 #endif /* PM_RCAR_H */