mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Kernel: Add SpuriousInterruptHandler type into HandlerPurpose
This commit is contained in:
parent
f0b68f8bc0
commit
e22ab33a4d
Notes:
sideshowbarker
2024-07-19 08:58:54 +09:00
Author: https://github.com/supercomputer7 Commit: https://github.com/SerenityOS/serenity/commit/e22ab33a4dc Pull-request: https://github.com/SerenityOS/serenity/pull/1323 Reviewed-by: https://github.com/awesomekling
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ enum class HandlerPurpose : u8 {
|
|||
IRQHandler = 1,
|
||||
SharedIRQHandler = 2,
|
||||
UnhandledInterruptHandler = 3,
|
||||
SpuriousInterruptHandler = 4
|
||||
};
|
||||
|
||||
class GenericInterruptHandler {
|
||||
|
|
Loading…
Reference in a new issue