diff --git a/include/driver.hpp b/include/driver.hpp index 2a78bc9..fba70a2 100644 --- a/include/driver.hpp +++ b/include/driver.hpp @@ -45,7 +45,7 @@ namespace Driver { unsigned long DriverUID; void *Address; - DriverInterruptHook *InterruptHook; + DriverInterruptHook *InterruptHook[16]; }; class Driver