xref: /OK3568_Linux_fs/u-boot/arch/arc/include/asm/u-boot-arc.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun /*
2*4882a593Smuzhiyun  * Copyright (C) 2014 Synopsys, Inc. All rights reserved.
3*4882a593Smuzhiyun  *
4*4882a593Smuzhiyun  * SPDX-License-Identifier:	GPL-2.0+
5*4882a593Smuzhiyun  */
6*4882a593Smuzhiyun 
7*4882a593Smuzhiyun #ifndef __ASM_ARC_U_BOOT_ARC_H__
8*4882a593Smuzhiyun #define __ASM_ARC_U_BOOT_ARC_H__
9*4882a593Smuzhiyun 
10*4882a593Smuzhiyun int arch_early_init_r(void);
11*4882a593Smuzhiyun 
12*4882a593Smuzhiyun void	board_init_f_r_trampoline(ulong) __attribute__ ((noreturn));
13*4882a593Smuzhiyun void	board_init_f_r(void) __attribute__ ((noreturn));
14*4882a593Smuzhiyun 
15*4882a593Smuzhiyun #endif	/* __ASM_ARC_U_BOOT_ARC_H__ */
16