1
Fork 0
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:
Liav A 2021-02-06 17:20:21 +02:00 committed by Andreas Kling
parent 4f32dc2043
commit 0e9a2345f9
2 changed files with 2 additions and 0 deletions

View file

@ -48,6 +48,7 @@ public:
enum class Type : u8 {
Ramdisk,
IDE,
AHCI,
NVMe
};