2018-05-06 21:58:06 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
2012-06-03 21:46:04 +00:00
|
|
|
|
2016-05-27 13:31:34 +00:00
|
|
|
#ifndef _U_BOOT_MIPS_H_
|
|
|
|
#define _U_BOOT_MIPS_H_
|
2013-02-12 21:22:12 +00:00
|
|
|
|
2016-01-09 17:34:14 +00:00
|
|
|
void exc_handler(void);
|
|
|
|
void except_vec3_generic(void);
|
|
|
|
void except_vec_ejtag_debug(void);
|
|
|
|
|
2018-10-09 06:59:10 +00:00
|
|
|
int arch_misc_init(void);
|
|
|
|
|
2016-05-27 13:31:34 +00:00
|
|
|
#endif /* _U_BOOT_MIPS_H_ */
|