xref: /rk3399_rockchip-uboot/arch/mips/include/asm/u-boot-mips.h (revision f34ccce50a1805a6fdb2d1604ec4e40d79302455)
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