GK SDK 源码库: XMIPCLinuxV100R005C00SPC030 (kernel/tools/open_source excluded)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
/* 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);
|
||||
|
||||
#endif /* _U_BOOT_MIPS_H_ */
|
||||
Reference in New Issue
Block a user