Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Daniel Schwierzeck | e034ea3 | 2012-06-03 23:46:04 +0200 | [diff] [blame] | 2 | |
Daniel Schwierzeck | 83b0fac | 2016-05-27 15:31:34 +0200 | [diff] [blame] | 3 | #ifndef _U_BOOT_MIPS_H_ |
| 4 | #define _U_BOOT_MIPS_H_ |
Daniel Schwierzeck | a52852c | 2013-02-12 22:22:12 +0100 | [diff] [blame] | 5 | |
Daniel Schwierzeck | 6c59363 | 2016-01-09 18:34:14 +0100 | [diff] [blame] | 6 | void exc_handler(void); |
| 7 | void except_vec3_generic(void); |
| 8 | void except_vec_ejtag_debug(void); |
| 9 | |
Stefan Roese | 4ff942b | 2018-10-09 08:59:10 +0200 | [diff] [blame] | 10 | int arch_misc_init(void); |
| 11 | |
Daniel Schwierzeck | 83b0fac | 2016-05-27 15:31:34 +0200 | [diff] [blame] | 12 | #endif /* _U_BOOT_MIPS_H_ */ |