Go to file
David Gibson 5b344f9c5a libfdt: Add fdt_strerror() function to library
This function moves the fdt_strerror() function, currently found in
the test code into the fdt library proper.  This makes life easier for
any library users who want to provide meaningful error messages.  The
function goes into a module of its own, so that users who don't need
the function won't get a copy of it linked in.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2006-12-21 09:57:08 +11:00
tests libfdt: Add fdt_strerror() function to library 2006-12-21 09:57:08 +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: More consistent handling of returned error codes. 2006-12-15 15:12:51 +11:00
fdt.h libfdt: Introduce flat tree format v17 2006-12-01 16:25:39 +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: Add fdt_strerror() function to library 2006-12-21 09:57:08 +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