Googler | 9398cc3 | 2022-12-02 17:21:52 +0800 | [diff] [blame^] | 1 | /* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ |
2 | /* | ||||
3 | * Copyright (c) 2019 Amlogic, Inc. All rights reserved. | ||||
4 | */ | ||||
5 | |||||
6 | #ifndef _AML_CPUIDLE_H_ | ||||
7 | #define _AML_CPUIDLE_H_ | ||||
8 | |||||
9 | #include <linux/cpumask.h> | ||||
10 | |||||
11 | void aml_suspend_power_handler(void); | ||||
12 | void do_aml_resume_power(void); | ||||
13 | bool is_aml_cpuidle_enabled(void); | ||||
14 | void arch_suspend_notifier(const struct cpumask *mask); | ||||
15 | |||||
16 | #endif |