mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-23 19:42:53 +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
Notes:
sideshowbarker
2024-07-18 09:21:29 +09:00
Author: https://github.com/awesomekling
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