]> git.sur5r.net Git - u-boot/blob - arch/mips/include/asm/u-boot-mips.h
71ff41dafecfe02f98cf8f7493114d3836797648
[u-boot] / arch / mips / include / asm / u-boot-mips.h
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_ */