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