mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-28 15:34:33 +00:00
Support multiple interrupt hooks
This commit is contained in:
parent
7ddc0a63a4
commit
a7bf3accca
@ -45,7 +45,7 @@ namespace Driver
|
||||
{
|
||||
unsigned long DriverUID;
|
||||
void *Address;
|
||||
DriverInterruptHook *InterruptHook;
|
||||
DriverInterruptHook *InterruptHook[16];
|
||||
};
|
||||
|
||||
class Driver
|
||||
|
Loading…
x
Reference in New Issue
Block a user