Sign in
android-kvm
/
linux
/
77a0cfafa9af9c0d5b43534eb90d530c189edca1
/
.
/
arch
/
loongarch
/
include
/
asm
/
suspend.h
blob: 4025c9d5d7cf041cca1e3ef07001fce6baf244e1 [
file
] [
log
] [
blame
]
/* 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