kernel::driver

Type Alias DeviceDriverPostInitCallback

Source
pub type DeviceDriverPostInitCallback = unsafe fn() -> Result<(), &'static str>;
Expand description

Type to be used as an optional callback after a driver’s init() has run.