libcpu: MIPS: 清理代码/Clean up code.

清理内容重复的头文件。

Clean up duplicate header files.

Signed-off-by: Zhou Yanjie <zhouyanjie@zoho.com>
This commit is contained in:
Zhou Yanjie
2019-07-19 20:46:06 +08:00
parent 9a1be9e73d
commit d6b2f56f15
16 changed files with 60 additions and 16 deletions

View File

@@ -1,5 +1,9 @@
#ifndef __ASSEMBLY__
#define __ASSEMBLY__
#endif
#include <p32xxxx.h>
#include "../common/mips.inc"
#include "../common/mips_def.h"
#include "../common/stackframe.h"
.section ".text", "ax"