mirror of
https://github.com/torvalds/linux.git
synced 2024-12-02 00:51:44 +00:00
31f1a8b0ec
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>
11 lines
240 B
C
11 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
|