Support multiple interrupt hooks

This commit is contained in:
Alex
2022-11-06 01:19:28 +02:00
parent 7ddc0a63a4
commit a7bf3accca

View File

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