u-boot-mips.h 215 B

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