summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/haleakala/include/bsp/irq.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-05-11 14:57:39 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-05-16 07:29:24 +0200
commit45d06591f12c108ab27207c464ce46f0d0f26980 (patch)
tree333642464a46e4b4f5bc92af59cee98b80df47a8 /bsps/powerpc/haleakala/include/bsp/irq.h
parentscore: Fix per-CPU job done handling (diff)
downloadrtems-45d06591f12c108ab27207c464ce46f0d0f26980.tar.bz2
bsps: Always build generic interrupt support
This makes it possible to write tests for the generic interrupt controller support. Update #3269.
Diffstat (limited to 'bsps/powerpc/haleakala/include/bsp/irq.h')
-rw-r--r--bsps/powerpc/haleakala/include/bsp/irq.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bsps/powerpc/haleakala/include/bsp/irq.h b/bsps/powerpc/haleakala/include/bsp/irq.h
index c413ec3172..d4d1d818da 100644
--- a/bsps/powerpc/haleakala/include/bsp/irq.h
+++ b/bsps/powerpc/haleakala/include/bsp/irq.h
@@ -20,6 +20,8 @@
#ifndef ASM
+#include <bsp/irq-default.h>
+
#ifdef __cplusplus
extern "C" {
#endif