mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-30 08:17:58 +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