Skip to content

Commit 1312552

Browse files
committed
fix doc
1 parent a5c7ffb commit 1312552

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/axdriver/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ impl AllDevices {
159159
}
160160
}
161161

162+
/// Sets up the device driver subsystem.
162163
pub fn setup(dtb: usize) {
163164
let dtb_virt = phys_to_virt(dtb.into());
164165
if let Some(dtb) = core::ptr::NonNull::new(dtb_virt.as_mut_ptr()) {

0 commit comments

Comments
 (0)