fn write_vmbus<'a, T>(
parent: Builder<'a, T>,
name: &str,
vtl: Vtl,
vmbus: &VmbusInfo,
dt: VmbusDeviceTreeInfo,
) -> Result<Builder<'a, T>, DtError>
Expand description
Write a vmbus node to the device tree.
fn write_vmbus<'a, T>(
parent: Builder<'a, T>,
name: &str,
vtl: Vtl,
vmbus: &VmbusInfo,
dt: VmbusDeviceTreeInfo,
) -> Result<Builder<'a, T>, DtError>
Write a vmbus node to the device tree.