mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:38:11 +00:00
Kernel: Rename SysFS related classes in ACPI code
Give them names that sound related to SysFS.
This commit is contained in:
parent
805319ed30
commit
b1c68dd235
3 changed files with 19 additions and 19 deletions
|
@ -237,7 +237,7 @@ void init_stage2(void*)
|
|||
USB::UHCIController::detect();
|
||||
|
||||
BIOSExposedDirectory::initialize();
|
||||
ACPI::ExposedDirectory::initialize();
|
||||
ACPI::ACPISysFSDirectory::initialize();
|
||||
|
||||
VirtIO::detect();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue