MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / DriverStatus

Enum DriverStatus

Kernel/include/nvme.h:204–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202 class Controller{
203 public:
204 enum DriverStatus{
205 ControllerNotReady,
206 ControllerError,
207 ControllerReady,
208 };
209 private:
210
211 enum ControllerConfigCommandSet{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected