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:
parent
c74b3a310f
commit
5ec3f5433e
3 changed files with 32 additions and 32 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue