mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 03:55:24 +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: https://github.com/SerenityOS/serenity/commit/0e9a2345f99 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 {
|
||||
Ramdisk,
|
||||
IDE,
|
||||
AHCI,
|
||||
NVMe
|
||||
};
|
||||
|
||||
|
|
|
@ -41,6 +41,7 @@ public:
|
|||
enum class Type : u8 {
|
||||
Ramdisk,
|
||||
IDE,
|
||||
SATA,
|
||||
NVMe,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue