mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:47:44 +00:00
Kernel: Export both interface type and command set of a StorageDevice
This commit is contained in:
parent
6ff1aeb64d
commit
7db6b77e75
6 changed files with 54 additions and 0 deletions
|
@ -29,6 +29,7 @@ public:
|
|||
void start_request(AsyncBlockDeviceRequest& request) override;
|
||||
|
||||
private:
|
||||
virtual InterfaceType interface_type() const override { return InterfaceType::NVMe; }
|
||||
u16 m_nsid;
|
||||
NonnullRefPtrVector<NVMeQueue> m_queues;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue