dtc/tests
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
..
.gitignore libfdt: Add dtb files to .gitignore 2006-12-04 11:17:32 +11:00
del_node.c libfdt: Remove #includes from fdt.h 2007-03-23 15:16:54 +11:00
del_property.c libfdt: Remove #includes from fdt.h 2007-03-23 15:16:54 +11:00
dumptrees.c libfdt: Remove #includes from fdt.h 2007-03-23 15:16:54 +11:00
find_property.c libfdt: Remove #includes from fdt.h 2007-03-23 15:16:54 +11:00
getprop.c libfdt: Remove #includes from fdt.h 2007-03-23 15:16:54 +11:00
Makefile libfdt: Fix bounds-checking bug in fdt_get_property() 2006-12-14 15:29:25 +11:00
move_and_save.c libfdt: Remove #includes from fdt.h 2007-03-23 15:16:54 +11:00
nop_node.c libfdt: Remove #includes from fdt.h 2007-03-23 15:16:54 +11:00
nop_property.c libfdt: Remove #includes from fdt.h 2007-03-23 15:16:54 +11:00
notfound.c libfdt: Remove #includes from fdt.h 2007-03-23 15:16:54 +11:00
open_pack.c libfdt: Remove #includes from fdt.h 2007-03-23 15:16:54 +11:00
path_offset.c libfdt: Remove #includes from fdt.h 2007-03-23 15:16:54 +11:00
root_node.c libfdt: Remove #includes from fdt.h 2007-03-23 15:16:54 +11:00
run_tests.sh libfdt: Fix bounds-checking bug in fdt_get_property() 2006-12-14 15:29:25 +11:00
rw_tree1.c libfdt: Remove #includes from fdt.h 2007-03-23 15:16:54 +11:00
setprop.c libfdt: Remove #includes from fdt.h 2007-03-23 15:16:54 +11:00
setprop_inplace.c libfdt: Remove #includes from fdt.h 2007-03-23 15:16:54 +11:00
subnode_offset.c libfdt: Remove #includes from fdt.h 2007-03-23 15:16:54 +11:00
sw_tree1.c libfdt: Remove #includes from fdt.h 2007-03-23 15:16:54 +11:00
testdata.h libfdt: Fix bounds-checking bug in fdt_get_property() 2006-12-14 15:29:25 +11:00
tests.h libfdt: Add fdt_strerror() function to library 2006-12-21 09:57:08 +11:00
testutils.c libfdt: Remove #includes from fdt.h 2007-03-23 15:16:54 +11:00
trees.S libfdt: Use correct property format 2007-02-23 14:40:14 +11:00
truncated_property.c libfdt: Remove #includes from fdt.h 2007-03-23 15:16:54 +11:00