mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:07: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
7
Userland/Libraries/LibDeviceTree/CMakeLists.txt
Normal file
7
Userland/Libraries/LibDeviceTree/CMakeLists.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
|
||||
set(SOURCES
|
||||
Validation.cpp
|
||||
)
|
||||
|
||||
serenity_lib(LibDeviceTree DeviceTree)
|
||||
target_link_libraries(LibDeviceTree LibC LibCore)
|
Loading…
Add table
Add a link
Reference in a new issue