aboutsummaryrefslogtreecommitdiff
path: root/src/interrupts/interrupts.h
diff options
context:
space:
mode:
authorMarvin Borner2019-09-19 18:58:02 +0200
committerMarvin Borner2019-09-19 18:58:02 +0200
commit2a3620453de91e08b668ef21049058239c82d0a4 (patch)
tree8f64cce5d28c7f205dd1db8a9faa915db88a2280 /src/interrupts/interrupts.h
parent68838789574c9a39b7382c67e8cc984a8c928fe6 (diff)
parentc33bc6864a3291dc72b2da071e52e481573f5459 (diff)
Fixed commands and added some more
Diffstat (limited to 'src/interrupts/interrupts.h')
-rw-r--r--src/interrupts/interrupts.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interrupts/interrupts.h b/src/interrupts/interrupts.h
index b91e91c..755a633 100644
--- a/src/interrupts/interrupts.h
+++ b/src/interrupts/interrupts.h
@@ -25,4 +25,6 @@ void irq_uninstall_handler(int irq);
void irq_handler(struct regs *r);
+int irq_is_installed(int irq);
+
#endif