ladybird/Userland/Libraries/LibDeviceTree
Andrew Kaster 613cfb31b1 LibDeviceTree: Add a slow, allocation-free property fetch API
Using the walk_device_tree helper, we can walk the device tree from the
beginning looking for a specific property node. It's still missing the
ability to get property lists, string lists, and property-specific data.
2023-02-19 13:49:07 +01:00
..
CMakeLists.txt LibDeviceTree: Add walk_device_tree and use it to dump structured data 2023-02-19 13:49:07 +01:00
FlattenedDeviceTree.cpp LibDeviceTree: Add a slow, allocation-free property fetch API 2023-02-19 13:49:07 +01:00
FlattenedDeviceTree.h LibDeviceTree: Add a slow, allocation-free property fetch API 2023-02-19 13:49:07 +01:00
Validation.cpp LibDeviceTree: Add walk_device_tree and use it to dump structured data 2023-02-19 13:49:07 +01:00
Validation.h LibDeviceTree: Add walk_device_tree and use it to dump structured data 2023-02-19 13:49:07 +01:00