summaryrefslogtreecommitdiff
path: root/Source/Kernel/Devices/Device.proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Kernel/Devices/Device.proto.h')
-rw-r--r--Source/Kernel/Devices/Device.proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Kernel/Devices/Device.proto.h b/Source/Kernel/Devices/Device.proto.h
index fa31b06..d5d6422 100644
--- a/Source/Kernel/Devices/Device.proto.h
+++ b/Source/Kernel/Devices/Device.proto.h
@@ -10,7 +10,7 @@ class Device {
virtual String getClass() = 0;
virtual String getName() = 0;
- virtual void handleIRQ(registers_t *regs, int irq) {};
+ virtual void handleIRQ(registers_t regs, int irq) {};
};
#endif