1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-08 17:17:34 +00:00
serenity/Kernel/Bus/PCI
b14ckcat c65a6b6b22 Kernel: Use C++17 namespace style for nested PCI namespace
Adjust the nested namespace formatting in PCI files to use the nicer
and more consistent C++17 style.
2022-04-26 22:56:45 +02:00
..
Controller Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Access.cpp Kernel/PCI: Break early of controller iteration over devices in OOM case 2022-03-14 22:39:09 +01:00
Access.h Kernel/PCI: Don't hold spinlocks when doing fast device enumeration 2022-03-14 22:39:09 +01:00
API.cpp Kernel/PCI: Don't hold spinlocks when doing fast device enumeration 2022-03-14 22:39:09 +01:00
API.h Kernel/PCI: Don't hold spinlocks when doing fast device enumeration 2022-03-14 22:39:09 +01:00
Definitions.h Kernel: Use C++17 namespace style for nested PCI namespace 2022-04-26 22:56:45 +02:00
Device.cpp Kernel: Use C++17 namespace style for nested PCI namespace 2022-04-26 22:56:45 +02:00
Device.h Kernel: Use C++17 namespace style for nested PCI namespace 2022-04-26 22:56:45 +02:00
IDs.h Kernel/VirtIO: Determine VirtIO device class also with the PCI device ID 2021-09-04 20:53:26 +02:00
Initializer.cpp Kernel: Use C++17 namespace style for nested PCI namespace 2022-04-26 22:56:45 +02:00
Initializer.h Kernel: Use C++17 namespace style for nested PCI namespace 2022-04-26 22:56:45 +02:00
SysFSPCI.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
SysFSPCI.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00