u-boot-mips.h 238 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. #ifndef _U_BOOT_MIPS_H_
  3. #define _U_BOOT_MIPS_H_
  4. void exc_handler(void);
  5. void except_vec3_generic(void);
  6. void except_vec_ejtag_debug(void);
  7. int arch_misc_init(void);
  8. #endif /* _U_BOOT_MIPS_H_ */