/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SECTIONS_H #define __ASM_SECTIONS_H #include extern char _start[]; #endif /* __ASM_SECTIONS_H */