Struct device_tree::DeviceTree
[−]
[src]
pub struct DeviceTree { pub version: u32, pub boot_cpuid_phys: u32, pub reserved: Vec<(u64, u64)>, pub root: Node, }
Device tree structure.
Fields
version | Version, as indicated by version header |
boot_cpuid_phys | The number of the CPU the system boots from |
reserved | A list of tuples of |
root | The root node. |
Methods
impl DeviceTree
Load a device tree from a memory buffer.