mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:28:12 +00:00
Kernel: Add enum values for later implementation of AHCI
This commit is contained in:
parent
4f32dc2043
commit
0e9a2345f9
2 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,7 @@ public:
|
|||
enum class Type : u8 {
|
||||
Ramdisk,
|
||||
IDE,
|
||||
AHCI,
|
||||
NVMe
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue