[Tinyx-devel] [PATCH] stddef.h fot arm7 arch
Status: Planning
Brought to you by:
davidcohen
From: David C. <da...@gm...> - 2007-12-11 23:09:15
|
From: David Cohen <david@ghandi.localdomain> 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 <da...@gm...> --- include/asm-arm7/stddef.h | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) 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 */ -- 1.5.3.5 |