mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 09:39:39 +00:00
Kernel: Add enum values for later implementation of AHCI
This commit is contained in:
parent
4f32dc2043
commit
0e9a2345f9
Notes:
sideshowbarker
2024-07-18 21:42:26 +09:00
Author: https://github.com/supercomputer7
Commit: 0e9a2345f9
Pull-request: https://github.com/SerenityOS/serenity/pull/5529
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/tomuta
2 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,7 @@ public:
|
||||||
enum class Type : u8 {
|
enum class Type : u8 {
|
||||||
Ramdisk,
|
Ramdisk,
|
||||||
IDE,
|
IDE,
|
||||||
|
AHCI,
|
||||||
NVMe
|
NVMe
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -41,6 +41,7 @@ public:
|
||||||
enum class Type : u8 {
|
enum class Type : u8 {
|
||||||
Ramdisk,
|
Ramdisk,
|
||||||
IDE,
|
IDE,
|
||||||
|
SATA,
|
||||||
NVMe,
|
NVMe,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue