u-boot-mips.h 211 B

12345678910
  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. #endif /* _U_BOOT_MIPS_H_ */