mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:47:44 +00:00
Libraries: Add LibDeviceTree for manipulating OpenFirmware Device Trees
Starting with header validation and a dump() method that can be used to debug future parsing work.
This commit is contained in:
parent
4ffee78146
commit
644928314a
5 changed files with 214 additions and 0 deletions
|
@ -12,6 +12,7 @@ add_subdirectory(LibCrypt)
|
|||
add_subdirectory(LibCrypto)
|
||||
add_subdirectory(LibDebug)
|
||||
add_subdirectory(LibDesktop)
|
||||
add_subdirectory(LibDeviceTree)
|
||||
add_subdirectory(LibDiff)
|
||||
add_subdirectory(LibDl)
|
||||
add_subdirectory(LibDSP)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue