sections.h (cdd38c5f1ce4398ec58fec95904b75824daab7b5) sections.h (6f4eea90465ad0cd5f3d041b9b2c728426f2b8d4)
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
10extern char _start[];
11extern char _start_kernel[];
12extern char __init_data_begin[], __init_data_end[];
13extern char __init_text_begin[], __init_text_end[];
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
10extern char _start[];
11extern char _start_kernel[];
12extern char __init_data_begin[], __init_data_end[];
13extern char __init_text_begin[], __init_text_end[];
14extern char __alt_start[], __alt_end[];
14
15#endif /* __ASM_SECTIONS_H */
15
16#endif /* __ASM_SECTIONS_H */