blk: rq_data_dir() should not return a boolean
[cris-mirror.git] / arch / arm / mach-shmobile / r8a7779.h
blobdb303f76704e907547f35bc1973dc3a0b32fb264
1 #ifndef __ASM_R8A7779_H__
2 #define __ASM_R8A7779_H__
4 #include <linux/sh_clk.h>
6 extern void r8a7779_pm_init(void);
8 #ifdef CONFIG_PM
9 extern void __init r8a7779_init_pm_domains(void);
10 #else
11 static inline void r8a7779_init_pm_domains(void) {}
12 #endif /* CONFIG_PM */
14 extern struct smp_operations r8a7779_smp_ops;
16 #endif /* __ASM_R8A7779_H__ */