Home
last modified time | relevance | path

Searched defs:DeviceTreeComponent (Results 1 – 1 of 1) sorted by relevance

/bootable/libbootloader/gbl/libgbl/src/
Ddevice_tree.rs58 pub struct DeviceTreeComponent<'a> { struct
60 pub source: DeviceTreeComponentSource, argument
71 components: ArrayVec<DeviceTreeComponent<'a>, MAXIMUM_DEVICE_TREE_COMPONENTS>, argument
78 impl<'a> DeviceTreeComponent<'a> { implementation