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

Class Device

Kernel/include/nvme.h:396–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394 };
395
396 class Device : public DiskDevice{
397 Controller* controller;
398
399 public:
400 Device(Controller* c){ controller = c; }
401 };
402
403 void Initialize();
404}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected