mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 09:51:57 -05:00
Kernel: Add SpuriousInterruptHandler type into HandlerPurpose
This commit is contained in:
parent
f0b68f8bc0
commit
e22ab33a4d
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…
Add table
Reference in a new issue