summaryrefslogtreecommitdiffstats
path: root/irq_test/irqtest.adb
diff options
context:
space:
mode:
Diffstat (limited to 'irq_test/irqtest.adb')
-rw-r--r--irq_test/irqtest.adb7
1 files changed, 7 insertions, 0 deletions
diff --git a/irq_test/irqtest.adb b/irq_test/irqtest.adb
new file mode 100644
index 0000000..1a9dfad
--- /dev/null
+++ b/irq_test/irqtest.adb
@@ -0,0 +1,7 @@
+with Interrupt_pkg;
+
+procedure irqtest is
+begin
+ null;
+end irqtest;
+