Merge tag 'sched-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel...
[linux/fpc-iii.git] / arch / riscv / include / asm / sections.h
blob1595c5b60cfd0ba04d9fb87700528512106fc2cd
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
8 #include <asm-generic/sections.h>
10 extern char _start[];
11 extern char _start_kernel[];
12 extern char __init_data_begin[], __init_data_end[];
13 extern char __init_text_begin[], __init_text_end[];
15 #endif /* __ASM_SECTIONS_H */