aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/csky/include/asm/sections.h
blob: 83e82b7c0f6c427a544dc016716ee39ab2bfd265 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0 */

#ifndef __ASM_SECTIONS_H
#define __ASM_SECTIONS_H

#include <asm-generic/sections.h>

extern char _start[];

asmlinkage void csky_start(unsigned int unused, void *dtb_start);

#endif /* __ASM_SECTIONS_H */