MIPS: add handling for generic and EJTAG exceptions
[platform/kernel/u-boot.git] / arch / mips / include / asm / u-boot-mips.h
index 1f527bb..71ff41d 100644 (file)
@@ -5,4 +5,8 @@
 #ifndef _U_BOOT_MIPS_H_
 #define _U_BOOT_MIPS_H_
 
+void exc_handler(void);
+void except_vec3_generic(void);
+void except_vec_ejtag_debug(void);
+
 #endif /* _U_BOOT_MIPS_H_ */