1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 20:15:07 +00:00

Kernel: Rename SysFS related classes in PCI code

Give them names that sound related to SysFS.
This commit is contained in:
Andreas Kling 2021-07-11 01:31:48 +02:00
parent c74b3a310f
commit 5ec3f5433e
3 changed files with 32 additions and 32 deletions

View file

@ -51,7 +51,7 @@ UNMAP_AFTER_INIT void initialize()
VERIFY_NOT_REACHED();
}
PCI::BusExposedFolder::initialize();
PCI::PCIBusSysFSDirectory::initialize();
PCI::enumerate([&](const Address& address, ID id) {
dmesgln("{} {}", address, id);