Sign in
gbmc
/
linux
/
ce7e8a65aa1b7e8a6833403b314fa8f2cf133119
/
.
/
arch
/
csky
/
include
/
asm
/
sections.h
blob: 83e82b7c0f6c427a544dc016716ee39ab2bfd265 [
file
]
/* 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 */