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 Kernel: Set up and calibrate APIC timer, and enable timer on all CPUs 2020-10-25 21:18:35 +01:00
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 Refactor: Replace usages of FixedArray with Vector. 2020-09-08 14:01:21 +02:00
InterruptManagement.h Refactor: Replace usages of FixedArray with Vector. 2020-09-08 14:01:21 +02:00
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 Meta+Kernel: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
IRQHandler.cpp
IRQHandler.h Kernel: Add and remove explicit keyword where needed 2020-08-28 09:16:18 +02:00
MSIHandler.h Meta+Kernel: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
PIC.cpp Meta+Kernel: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
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