]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
libfdt: Make fdt_check_header() public
authorGerald Van Baren <vanbaren@cideas.com>
Fri, 6 Apr 2007 18:17:14 +0000 (14:17 -0400)
committerGerald Van Baren <vanbaren@cideas.com>
Fri, 6 Apr 2007 18:17:14 +0000 (14:17 -0400)
commit6679f9299534e488a171a9bb8f9bb891de247aab
tree54a46588f754667b0bc23eed590df587922d298d
parent25b0806fff1f1fd24f69f6d9ef04d8345667e60b
libfdt: Make fdt_check_header() public

Changed _fdt_check_header() to fdt_check_header() and made it part of
the interface - it is a useful routine.

Also did some asthetics cleanup to the include files (headers).
include/fdt.h
include/libfdt.h
include/libfdt_env.h
libfdt/fdt.c
libfdt/fdt_ro.c
libfdt/fdt_rw.c