mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:47:35 +00:00
LibDeviceTree: Add walk_device_tree and use it to dump structured data
We can use this simple parser and its callbacks to implement more complex parsing in later commits.
This commit is contained in:
parent
895f54f487
commit
e9e279bb77
5 changed files with 177 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
|
||||
set(SOURCES
|
||||
FlattenedDeviceTree.cpp
|
||||
Validation.cpp
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue