xref: /linux/arch/riscv/include/asm/sections.h (revision f4bd0b4a9b21c609ede28cee2dcd16824c0489a8)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright (C) 2020 Western Digital Corporation or its affiliates.
4  */
5 #ifndef __ASM_SECTIONS_H
6 #define __ASM_SECTIONS_H
7 
8 #include <asm-generic/sections.h>
9 
10 extern char _start[];
11 extern char _start_kernel[];
12 
13 #endif /* __ASM_SECTIONS_H */
14