mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Support multiple interrupt hooks
This commit is contained in:
@ -45,7 +45,7 @@ namespace Driver
|
||||
{
|
||||
unsigned long DriverUID;
|
||||
void *Address;
|
||||
DriverInterruptHook *InterruptHook;
|
||||
DriverInterruptHook *InterruptHook[16];
|
||||
};
|
||||
|
||||
class Driver
|
||||
|
Reference in New Issue
Block a user