libfdt - library for manipulating device trees in flattened format

Initial revision, read-only and "in-place" (no memmove() required)
write operations only.
This commit is contained in:
David Gibson 2006-11-27 16:21:28 +11:00
commit 3da0f9a10d
25 changed files with 1868 additions and 0 deletions

5
.gitignore vendored Normal file
View file

@ -0,0 +1,5 @@
*.d
*.o
*.a
*.so
*~