1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 23:58:11 +00:00
serenity/Kernel/PCI
Andreas Kling 44e889785a Kernel: Fix up various PCI-related function signatures
- Make things const when they don't need to be non-const.
- Don't return AK::String when it's always a string literal anyway.
- Remove excessive get_ prefixes per coding style.
2020-04-08 17:19:46 +02:00
..
Access.cpp Kernel: Add some human-readable I/O helpers in PCI/Access.cpp 2020-04-08 17:19:46 +02:00
Access.h Kernel: Fix up various PCI-related function signatures 2020-04-08 17:19:46 +02:00
Definitions.h Kernel: Remove an unnecessary layer of indirection in the PCI code 2020-04-08 17:19:46 +02:00
Device.cpp Kernel: Update PCI::Device class to use the new IRQHandler class 2020-02-24 11:27:03 +01:00
Device.h Kernel: Change get_pci_address() to pci_address() in PCI::Device class 2020-02-24 11:27:03 +01:00
Initializer.cpp Kernel: Rename KParams => Kernel::CommandLine 2020-04-08 17:19:46 +02:00
Initializer.h Meta: Claim copyright on PCI files 2020-03-06 16:03:58 +01:00
IOAccess.cpp Meta: Claim copyright on PCI files 2020-03-06 16:03:58 +01:00
IOAccess.h Kernel: Fix up various PCI-related function signatures 2020-04-08 17:19:46 +02:00
MMIOAccess.cpp Kernel: Fix up various PCI-related function signatures 2020-04-08 17:19:46 +02:00
MMIOAccess.h Kernel: Fix up various PCI-related function signatures 2020-04-08 17:19:46 +02:00