blob: 3a9971b1210fadf1c3f89e5dfe88444f9a741d46 [file] [log] [blame]
Olivier Deprez157378f2022-04-04 15:47:50 +02001/* 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[];
12
13#endif /* __ASM_SECTIONS_H */