Home
last modified time | relevance | path

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

/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/
H A Ddevice_tree.rs60 pub struct DeviceTreeComponent<'a> { struct
62 pub source: DeviceTreeComponentSource, argument
71 components: ArrayVec<DeviceTreeComponent<'a>, MAXIMUM_DEVICE_TREE_COMPONENTS>, argument
78 impl<'a> DeviceTreeComponent<'a> { impl