blob: ac1d007b3bb6f3690a981fa564d24af2719f2981 [file] [log] [blame]
Googler9398cc32022-12-02 17:21:52 +08001/* 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
11void aml_suspend_power_handler(void);
12void do_aml_resume_power(void);
13bool is_aml_cpuidle_enabled(void);
14void arch_suspend_notifier(const struct cpumask *mask);
15
16#endif