Support multiple interrupt hooks

This commit is contained in:
Alex 2022-11-06 01:19:28 +02:00
parent 7ddc0a63a4
commit a7bf3accca
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -45,7 +45,7 @@ namespace Driver
{
unsigned long DriverUID;
void *Address;
DriverInterruptHook *InterruptHook;
DriverInterruptHook *InterruptHook[16];
};
class Driver