summaryrefslogtreecommitdiff
path: root/src/dev/x86/PcSpeaker.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/x86/PcSpeaker.py')
-rw-r--r--src/dev/x86/PcSpeaker.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dev/x86/PcSpeaker.py b/src/dev/x86/PcSpeaker.py
index cc1f5517a..f1c23157b 100644
--- a/src/dev/x86/PcSpeaker.py
+++ b/src/dev/x86/PcSpeaker.py
@@ -33,4 +33,5 @@ from Device import BasicPioDevice
class PcSpeaker(BasicPioDevice):
type = 'PcSpeaker'
cxx_class = 'X86ISA::Speaker'
+ cxx_header = "dev/x86/speaker.hh"
i8254 = Param.I8254('Timer that drives the speaker')