1
Fork 0
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:
Andrew Kaster 2023-02-12 15:51:04 -07:00 committed by Linus Groh
parent 895f54f487
commit e9e279bb77
5 changed files with 177 additions and 2 deletions

View file

@ -1,5 +1,6 @@
set(SOURCES
FlattenedDeviceTree.cpp
Validation.cpp
)