David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (C) 2016 ARM Limited |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 4 | */ |
| 5 | #ifndef __ASM_SECTIONS_H |
| 6 | #define __ASM_SECTIONS_H |
| 7 | |
| 8 | #include <asm-generic/sections.h> |
| 9 | |
| 10 | extern char __alt_instructions[], __alt_instructions_end[]; |
| 11 | extern char __exception_text_start[], __exception_text_end[]; |
| 12 | extern char __hibernate_exit_text_start[], __hibernate_exit_text_end[]; |
| 13 | extern char __hyp_idmap_text_start[], __hyp_idmap_text_end[]; |
| 14 | extern char __hyp_text_start[], __hyp_text_end[]; |
| 15 | extern char __idmap_text_start[], __idmap_text_end[]; |
| 16 | extern char __initdata_begin[], __initdata_end[]; |
| 17 | extern char __inittext_begin[], __inittext_end[]; |
| 18 | extern char __irqentry_text_start[], __irqentry_text_end[]; |
| 19 | extern char __mmuoff_data_start[], __mmuoff_data_end[]; |
| 20 | extern char __entry_tramp_text_start[], __entry_tramp_text_end[]; |
| 21 | |
| 22 | #endif /* __ASM_SECTIONS_H */ |