xref: /rk3399_rockchip-uboot/arch/mips/include/asm/u-boot-mips.h (revision 10e40d54b38b9b1916c35fc5c4ed2eff4b4bf117)
1 /*
2  * SPDX-License-Identifier:	GPL-2.0+
3  */
4 
5 #ifndef _U_BOOT_MIPS_H_
6 #define _U_BOOT_MIPS_H_
7 
8 void exc_handler(void);
9 void except_vec3_generic(void);
10 void except_vec_ejtag_debug(void);
11 
12 #endif /* _U_BOOT_MIPS_H_ */
13