Sign in
android-kvm
/
linux
/
ae4336e20b8acb4d67205273645d27bd4d4392d4
/
.
/
arch
/
csky
/
include
/
asm
/
sections.h
blob: 83e82b7c0f6c427a544dc016716ee39ab2bfd265 [
file
] [
log
] [
blame
]
/* 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 */