summaryrefslogtreecommitdiff
path: root/arch/csky/include/asm/sections.h
blob: ee5cdf226a9b11e7a955638f246464ef96266b8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* 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);
asmlinkage void csky_start_secondary(void);

#endif /* __ASM_SECTIONS_H */