blk: rq_data_dir() should not return a boolean
[cris-mirror.git] / arch / arm / mach-exynos / exynos-pmu.h
bloba2ab0d52b2304868636ae1badd30936fab6c5ec4
1 /*
2 * Copyright (c) 2014 Samsung Electronics Co., Ltd.
3 * http://www.samsung.com
5 * Header for EXYNOS PMU Driver support
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation.
12 #ifndef __EXYNOS_PMU_H
13 #define __EXYNOS_PMU_H
15 enum sys_powerdown {
16 SYS_AFTR,
17 SYS_LPA,
18 SYS_SLEEP,
19 NUM_SYS_POWERDOWN,
22 extern void exynos_sys_powerdown_conf(enum sys_powerdown mode);
24 #endif /* __EXYNOS_PMU_H */