ladybird/Kernel/Interrupts
Liav A 9587f2d3ee Kernel: Add SharedIRQHandler class
This class represents a shared interrupt handler. This class will not be
created automatically but only if two IRQ Handlers are sharing the same
IRQ number.
2020-02-24 11:27:03 +01:00
..
GenericInterruptHandler.cpp Kernel: Add Interrupt Management and Generic Interrupt Handler 2020-02-24 11:27:03 +01:00
GenericInterruptHandler.h Kernel: Add Interrupt Management and Generic Interrupt Handler 2020-02-24 11:27:03 +01:00
InterruptManagement.cpp Kernel: Add Interrupt Management and Generic Interrupt Handler 2020-02-24 11:27:03 +01:00
InterruptManagement.h Kernel: Add Interrupt Management and Generic Interrupt Handler 2020-02-24 11:27:03 +01:00
IOAPIC.cpp Kernel: Add the IOAPIC class 2020-02-24 11:27:03 +01:00
IOAPIC.h Kernel: Add the IOAPIC class 2020-02-24 11:27:03 +01:00
IRQController.h Kernel: Add IRQController class 2020-02-24 11:27:03 +01:00
IRQHandler.cpp Kernel: Add new IRQHandler class 2020-02-24 11:27:03 +01:00
IRQHandler.h Kernel: Add new IRQHandler class 2020-02-24 11:27:03 +01:00
PIC.cpp Kernel: Add the PIC class 2020-02-24 11:27:03 +01:00
PIC.h Kernel: Add the PIC class 2020-02-24 11:27:03 +01:00
SharedIRQHandler.cpp Kernel: Add SharedIRQHandler class 2020-02-24 11:27:03 +01:00
SharedIRQHandler.h Kernel: Add SharedIRQHandler class 2020-02-24 11:27:03 +01:00