class NodeManager

Defined at line 53 of file ../../sdk/lib/driver/devicetree/manager/node.h

Defines interface that an entity managing the Node should implement.

Public Methods

zx::result<ReferenceNode> GetReferenceNode (Phandle id)

Returns node with phandle |id|.

uint32_t GetPublishIndex (uint32_t node_id)
zx::result<> ChangePublishOrder (uint32_t node_id, uint32_t new_index)
zx::result<> RegisterIommu (uint32_t iommu_id, fuchsia_hardware_platform_bus::Iommu iommu)

Registers an iommu with the platform bus.

void ~NodeManager ()

Defined at line 30 of file ../../sdk/lib/driver/devicetree/manager/node.cc