blob: dd2c0949c681271c2d6fa01890401b307e37342c [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Alexey Brodkin288aaac2014-02-04 12:56:13 +04002/*
3 * Copyright (C) 2014 Synopsys, Inc. All rights reserved.
Alexey Brodkin288aaac2014-02-04 12:56:13 +04004 */
5
6#ifndef __ASM_ARC_U_BOOT_ARC_H__
7#define __ASM_ARC_U_BOOT_ARC_H__
8
9int arch_early_init_r(void);
10
Alexey Brodkin3fb80162015-02-24 19:40:36 +030011void board_init_f_r_trampoline(ulong) __attribute__ ((noreturn));
12void board_init_f_r(void) __attribute__ ((noreturn));
13
Alexey Brodkin288aaac2014-02-04 12:56:13 +040014#endif /* __ASM_ARC_U_BOOT_ARC_H__ */