summaryrefslogtreecommitdiff
path: root/src/arch/power/PowerInterrupts.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/power/PowerInterrupts.py')
-rw-r--r--src/arch/power/PowerInterrupts.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/power/PowerInterrupts.py b/src/arch/power/PowerInterrupts.py
index 82d614077..2c6a5c2c3 100644
--- a/src/arch/power/PowerInterrupts.py
+++ b/src/arch/power/PowerInterrupts.py
@@ -31,3 +31,4 @@ from m5.SimObject import SimObject
class PowerInterrupts(SimObject):
type = 'PowerInterrupts'
cxx_class = 'PowerISA::Interrupts'
+ cxx_header = 'arch/power/interrupts.hh'