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