serenity/Kernel/Interrupts
Timon Kruiper 2fd5e9f729 Kernel: Add GenericInterruptHandler.cpp to aarch64 build
This requires us to add an Interrupts.h file in the Kernel/Arch
directory, which includes the architecture specific files.

The commit also stubs out the functions to be able to compile the
aarch64 Kernel.
2022-06-02 13:14:12 +01:00
..
APIC.cpp Kernel: Move create_identity_mapped_region() to MemoryManager 2022-04-05 13:45:10 +02:00
APIC.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
GenericInterruptHandler.cpp Kernel: Add GenericInterruptHandler.cpp to aarch64 build 2022-06-02 13:14:12 +01:00
GenericInterruptHandler.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
InterruptManagement.cpp Kernel: Add GenericInterruptHandler.cpp to aarch64 build 2022-06-02 13:14:12 +01:00
InterruptManagement.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
IOAPIC.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
IOAPIC.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
IRQController.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
IRQHandler.cpp Kernel: Use default constructors/destructors 2022-03-17 00:51:36 -07:00
IRQHandler.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
PIC.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
PIC.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
SharedIRQHandler.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
SharedIRQHandler.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
SpuriousInterruptHandler.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
SpuriousInterruptHandler.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
UnhandledInterruptHandler.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
UnhandledInterruptHandler.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00