Changes in boot/generic/include/stddef.h [7a99507:c9f3e7e9] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/generic/include/stddef.h
r7a99507 rc9f3e7e9 33 33 #define BOOT_STDDEF_H_ 34 34 35 #include <arch/common.h>36 35 #include <arch/types.h> 37 36 38 # define NULL ((void *) 0)37 #include <_bits/NULL.h> 39 38 40 39 #endif
Note:
See TracChangeset
for help on using the changeset viewer.