1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 23:38:12 +00:00

Kernel: Use global mechanism to determine minor number of Storage Device

This commit is contained in:
Liav A 2021-02-25 19:36:49 +02:00 committed by Andreas Kling
parent 566c10b8b8
commit b59e45e65c
7 changed files with 31 additions and 8 deletions

View file

@ -48,6 +48,9 @@ public:
NonnullRefPtr<FS> root_filesystem() const;
static int major_number();
static int minor_number();
NonnullRefPtrVector<StorageController> ide_controllers() const;
private: