blob: 8b37cc4029c7c477f3c5d20a77f33bf2dc1b7b33 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Daniel Schwierzeck2fbdb742012-06-03 23:46:04 +02002
Daniel Schwierzeck68e03142016-05-27 15:31:34 +02003#ifndef _U_BOOT_MIPS_H_
4#define _U_BOOT_MIPS_H_
Daniel Schwierzeck56b5ec72013-02-12 22:22:12 +01005
Daniel Schwierzecke8d31552016-01-09 18:34:14 +01006void exc_handler(void);
7void except_vec3_generic(void);
8void except_vec_ejtag_debug(void);
9
Stefan Roese81382b72018-10-09 08:59:10 +020010int arch_misc_init(void);
11
developer5cbbd712020-04-21 09:28:25 +020012void trap_restore(void);
13
Daniel Schwierzeck68e03142016-05-27 15:31:34 +020014#endif /* _U_BOOT_MIPS_H_ */