diff options
Diffstat (limited to 'roms/u-boot/arch/mips/include/asm/u-boot-mips.h')
-rw-r--r-- | roms/u-boot/arch/mips/include/asm/u-boot-mips.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/roms/u-boot/arch/mips/include/asm/u-boot-mips.h b/roms/u-boot/arch/mips/include/asm/u-boot-mips.h new file mode 100644 index 000000000..8b37cc402 --- /dev/null +++ b/roms/u-boot/arch/mips/include/asm/u-boot-mips.h @@ -0,0 +1,14 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ + +#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); + +int arch_misc_init(void); + +void trap_restore(void); + +#endif /* _U_BOOT_MIPS_H_ */ |