Linux 6.14-rc1
[linux.git] / include / linux / platform_data / cpuidle-exynos.h
blob075cbf0302a5e4f524cd68f878f0b0cd72356f7f
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * Copyright (c) 2014 Samsung Electronics Co., Ltd.
4 * http://www.samsung.com
5 */
7 #ifndef __CPUIDLE_EXYNOS_H
8 #define __CPUIDLE_EXYNOS_H
10 struct cpuidle_exynos_data {
11 int (*cpu0_enter_aftr)(void);
12 int (*cpu1_powerdown)(void);
13 void (*pre_enter_aftr)(void);
14 void (*post_enter_aftr)(void);
17 #endif