serenity/Kernel/Interrupts
Lenny Maiorani b2316701a8 Everywhere: void arguments to C functions
Problem:
- C functions with no arguments require a single `void` in the argument list.

Solution:
- Put the `void` in the argument list of functions in C header files.
2020-12-26 10:10:27 +01:00
..
APIC.cpp Everywhere: void arguments to C functions 2020-12-26 10:10:27 +01:00
APIC.h
GenericInterruptHandler.cpp Kernel: Fix counting interrupts 2020-12-02 23:19:59 +01:00
GenericInterruptHandler.h Kernel: Fix counting interrupts 2020-12-02 23:19:59 +01:00
InterruptManagement.cpp
InterruptManagement.h
IOAPIC.cpp Kernel: Don't remap IOAPIC registers every time we try to read/write 2020-11-01 10:30:20 +01:00
IOAPIC.h Kernel: Don't remap IOAPIC registers every time we try to read/write 2020-11-01 10:30:20 +01:00
IRQController.h
IRQHandler.cpp
IRQHandler.h
MSIHandler.h
PIC.cpp
PIC.h
SharedIRQHandler.cpp Kernel: Fix counting interrupts 2020-12-02 23:19:59 +01:00
SharedIRQHandler.h
SpuriousInterruptHandler.cpp Kernel: Allow to install a real IRQ handler on a spurious one 2020-12-21 00:19:21 +01:00
SpuriousInterruptHandler.h Kernel: Allow to install a real IRQ handler on a spurious one 2020-12-21 00:19:21 +01:00
UnhandledInterruptHandler.cpp
UnhandledInterruptHandler.h