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