aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/sections.h
blob: adbd5afec2e05d276bf6d2c53f4e562160627cc3 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __ASM_ARM_SECTIONS_H
#define __ASM_ARM_SECTIONS_H

#include <asm-generic/sections.h>

/* References to section boundaries */
extern const void __nosave_begin, __nosave_end;

#endif /* __ASM_ARM_SECTIONS_H */