Go to file
David Gibson 857f54e79f libfdt: Remove #includes from fdt.h
At present fdt.h #includes stdint.h.  This makes some sense, because fdt.h
uses the standard fixed-width integer types.  However, this can make life
difficult when building in different environments which may not have a
stdint.h.  Therefore, this patch removes the #include from fdt.h, instead
requiring that users of fdt.h define the fixed-width integer types before
including fdt.h, either by themselves including stdint.h, or by any other
means.
2007-03-23 15:16:54 +11:00
tests libfdt: Remove #includes from fdt.h 2007-03-23 15:16:54 +11:00
.gitignore libfdt - library for manipulating device trees in flattened format 2006-11-27 16:21:28 +11:00
GPL Add a copy of the GPL 2006-11-29 16:49:27 +11:00
Makefile libfdt: Add fdt_strerror() function to library 2006-12-21 09:57:08 +11:00
TODO libfdt: Add fdt_strerror() function to library 2006-12-21 09:57:08 +11:00
fdt.c libfdt: Use correct property format 2007-02-23 14:40:14 +11:00
fdt.h libfdt: Remove #includes from fdt.h 2007-03-23 15:16:54 +11:00
fdt_ro.c libfdt: Clean up error codes 2006-12-15 15:12:52 +11:00
fdt_rw.c libfdt: More consistent handling of returned error codes. 2006-12-15 15:12:51 +11:00
fdt_strerror.c libfdt: Fix fdt_strerror() bugs 2007-02-23 14:40:10 +11:00
fdt_sw.c libfdt: More consistent handling of returned error codes. 2006-12-15 15:12:51 +11:00
fdt_wip.c libfdt: Clean up error codes 2006-12-15 15:12:52 +11:00
libfdt.h libfdt: Add fdt_strerror() function to library 2006-12-21 09:57:08 +11:00
libfdt_env.h libfdt: Export accessors for header fields 2006-12-01 15:02:10 +11:00
libfdt_internal.h libfdt: More consistent handling of returned error codes. 2006-12-15 15:12:51 +11:00