From bf7f1267c7f2958771982c822ff9e950f06d56ff Mon Sep 17 00:00:00 2001 From: David Cohen Date: Tue, 11 Dec 2007 18:45:05 -0400 Subject: [PATCH] stddef.h fot arm7 arch Adding the stddef.h file for arm7 architecture. This file has (and will have more) the C standards for arm7. Signed-off-by: David Cohen Acked-by: Felipe Balbi --- include/asm-arm7/stddef.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 include/asm-arm7/stddef.h diff --git a/include/asm-arm7/stddef.h b/include/asm-arm7/stddef.h new file mode 100644 index 0000000..03176e8 --- /dev/null +++ b/include/asm-arm7/stddef.h @@ -0,0 +1,6 @@ +#ifndef __ASM_STDDEF_H +#define __ASM_STDDEF_H + +#define NULL ((void *)0) + +#endif /* __ASM_STDDEF_H */ -- 2.11.4.GIT