mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 18:50:50 +00:00
Kernel: Use global mechanism to determine minor number of Storage Device
This commit is contained in:
parent
566c10b8b8
commit
b59e45e65c
Notes:
sideshowbarker
2024-07-18 21:42:17 +09:00
Author: https://github.com/supercomputer7
Commit: b59e45e65c
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
7 changed files with 31 additions and 8 deletions
|
@ -61,6 +61,7 @@ public:
|
|||
virtual mode_t required_mode() const override { return 0600; }
|
||||
|
||||
protected:
|
||||
StorageDevice(const StorageController&, size_t, size_t);
|
||||
StorageDevice(const StorageController&, int, int, size_t, size_t);
|
||||
// ^DiskDevice
|
||||
virtual const char* class_name() const override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue