mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-29 20:59:00 +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
Notes:
sideshowbarker
2024-07-17 09:49:48 +09:00
Author: https://github.com/ADKaster
Commit: e9e279bb77
Pull-request: https://github.com/SerenityOS/serenity/pull/17460
Reviewed-by: https://github.com/AtkinsSJ
Reviewed-by: https://github.com/linusg
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