mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-04 08:17:46 +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 */
|