Function dtb::init

source ·
pub unsafe fn init(dtb: *const u8)
Expand description

Init device tree from given address.

Safety

Callers of this method the must guarantee the following:

  • The passed address is 32-bit aligned.