mirror_ubuntu-kernels/arch/csky/include/asm/sections.h

13 lines
246 B
C
Raw Normal View History

2024-07-02 00:48:40 +03:00
/* 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 */