mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-03 05:06:38 +07:00
10 lines
226 B
C
10 lines
226 B
C
|
#ifndef __ASM_SUSPEND_H
|
||
|
#define __ASM_SUSPEND_H
|
||
|
|
||
|
static inline int arch_prepare_suspend(void) { return 0; }
|
||
|
|
||
|
/* References to section boundaries */
|
||
|
extern const void __nosave_begin, __nosave_end;
|
||
|
|
||
|
#endif /* __ASM_SUSPEND_H */
|