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

get_driver_framework

Function get_driver_framework 

Source
pub fn get_driver_framework() -> &'static DriverFramework
Expand description

Get the global driver framework.

Panics if the driver framework has not been initialized via init. Prefer try_get_driver_framework in contexts where a panic is unacceptable.