Files
ladybird/Userland/Libraries/LibDeviceTree/FlattenedDeviceTree.cpp
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

8.1 KiB