mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-08-25 21:15:00 +00:00
Support multiple interrupt hooks
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user