Daniel Schwierzeck | e034ea3 | 2012-06-03 23:46:04 +0200 | [diff] [blame] | 1 | /* |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 2 | * SPDX-License-Identifier: GPL-2.0+ |
Daniel Schwierzeck | e034ea3 | 2012-06-03 23:46:04 +0200 | [diff] [blame] | 3 | */ |
| 4 | |
Daniel Schwierzeck | 83b0fac | 2016-05-27 15:31:34 +0200 | [diff] [blame] | 5 | #ifndef _U_BOOT_MIPS_H_ |
| 6 | #define _U_BOOT_MIPS_H_ |
Daniel Schwierzeck | a52852c | 2013-02-12 22:22:12 +0100 | [diff] [blame] | 7 | |
Daniel Schwierzeck | 6c59363 | 2016-01-09 18:34:14 +0100 | [diff] [blame] | 8 | void exc_handler(void); |
| 9 | void except_vec3_generic(void); |
| 10 | void except_vec_ejtag_debug(void); |
| 11 | |
Daniel Schwierzeck | 83b0fac | 2016-05-27 15:31:34 +0200 | [diff] [blame] | 12 | #endif /* _U_BOOT_MIPS_H_ */ |