blob: e2e9de1acc5b789534892853f7f4b63d6d3cc0b6 [file] [log] [blame]
Pankaj Dubey6b7bfd82014-11-07 09:26:47 +09001/*
2 * Copyright (c) 2014 Samsung Electronics Co., Ltd.
3 * http://www.samsung.com
4 *
5 * Header for EXYNOS PMU Driver support
6 *
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.
10 */
11
Pankaj Dubey2262d6e2015-12-18 09:02:11 +053012#ifndef __LINUX_SOC_EXYNOS_PMU_H
13#define __LINUX_SOC_EXYNOS_PMU_H
Pankaj Dubey6b7bfd82014-11-07 09:26:47 +090014
15enum sys_powerdown {
16 SYS_AFTR,
17 SYS_LPA,
18 SYS_SLEEP,
19 NUM_SYS_POWERDOWN,
20};
21
22extern void exynos_sys_powerdown_conf(enum sys_powerdown mode);
23
Pankaj Dubey2262d6e2015-12-18 09:02:11 +053024#endif /* __LINUX_SOC_EXYNOS_PMU_H */