u-boot-arc.h 362 B

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