mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-04 01:57:59 +00: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 */
|