提交 cfcbb5ec 编写于 作者: Z Zihao Yu

am: add NULL definition

上级 496ffc0b
......@@ -10,6 +10,10 @@
#include <stdint.h>
#include <arch.h>
#ifndef NULL
# define NULL ((void *)0)
#endif
#define MAX_CPU 8
typedef struct _Area {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册