aboutsummaryrefslogtreecommitdiff
path: root/src/include/pc80/i8259.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/pc80/i8259.h')
-rw-r--r--src/include/pc80/i8259.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/pc80/i8259.h b/src/include/pc80/i8259.h
index 48e8df58d9..c55ae21557 100644
--- a/src/include/pc80/i8259.h
+++ b/src/include/pc80/i8259.h
@@ -22,4 +22,8 @@
void setup_i8259(void);
+#define IRQ_LEVEL_TRIGGERED 1
+#define IRQ_EDGE_TRIGGERED 0
+void i8259_configure_irq_trigger(int int_num, int is_level_triggered);
+
#endif /* PC80_I8259_H */