⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

register_device

Function register_device 

Source
pub fn register_device(
    device: Box<dyn NetworkDevice>,
) -> Result<(), KernelError>
Expand description

Register a manually-created network device (for testing/debugging)