mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

Some PMC (Power Management Controllers) need to support DTS and will use the suspend interfaces thus this patch was to export such interfaces for their use. Signed-off-by: Yinbo Zhu <zhuyinbo@loongson.cn> Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
10 lines
240 B
C
10 lines
240 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef __ASM_SUSPEND_H
|
|
#define __ASM_SUSPEND_H
|
|
|
|
void loongarch_common_suspend(void);
|
|
void loongarch_common_resume(void);
|
|
void loongarch_suspend_enter(void);
|
|
void loongarch_wakeup_start(void);
|
|
|
|
#endif
|