mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
8 lines
166 B
C
8 lines
166 B
C
|
#ifndef __ASM_SUSPEND_H
|
||
|
#define __ASM_SUSPEND_H
|
||
|
|
||
|
/* References to section boundaries */
|
||
|
extern const void __nosave_begin, __nosave_end;
|
||
|
|
||
|
#endif /* __ASM_SUSPEND_H */
|