Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Copyright (c) 2014 Samsung Electronics Co., Ltd.
0004  *              http://www.samsung.com
0005 */
0006 
0007 #ifndef __CPUIDLE_EXYNOS_H
0008 #define __CPUIDLE_EXYNOS_H
0009 
0010 struct cpuidle_exynos_data {
0011     int (*cpu0_enter_aftr)(void);
0012     int (*cpu1_powerdown)(void);
0013     void (*pre_enter_aftr)(void);
0014     void (*post_enter_aftr)(void);
0015 };
0016 
0017 #endif