u-boot-arc.h 362 B

1234567891011121314
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright (C) 2014 Synopsys, Inc. All rights reserved.
  4. */
  5. #ifndef __ASM_ARC_U_BOOT_ARC_H__
  6. #define __ASM_ARC_U_BOOT_ARC_H__
  7. int arch_early_init_r(void);
  8. void board_init_f_r_trampoline(ulong) __attribute__ ((noreturn));
  9. void board_init_f_r(void) __attribute__ ((noreturn));
  10. #endif /* __ASM_ARC_U_BOOT_ARC_H__ */