xref: /rk3399_rockchip-uboot/arch/mips/include/asm/u-boot-mips.h (revision a2cb31086f68cc0db95d4373e6dbdb612954f445)
1e034ea3bSDaniel Schwierzeck /*
21a459660SWolfgang Denk  * SPDX-License-Identifier:	GPL-2.0+
3e034ea3bSDaniel Schwierzeck  */
4e034ea3bSDaniel Schwierzeck 
583b0faceSDaniel Schwierzeck #ifndef _U_BOOT_MIPS_H_
683b0faceSDaniel Schwierzeck #define _U_BOOT_MIPS_H_
7a52852c5SDaniel Schwierzeck 
8*6c593630SDaniel Schwierzeck void exc_handler(void);
9*6c593630SDaniel Schwierzeck void except_vec3_generic(void);
10*6c593630SDaniel Schwierzeck void except_vec_ejtag_debug(void);
11*6c593630SDaniel Schwierzeck 
1283b0faceSDaniel Schwierzeck #endif /* _U_BOOT_MIPS_H_ */
13