summaryrefslogtreecommitdiff
path: root/src/dev/x86/i82094aa.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/x86/i82094aa.hh')
-rw-r--r--src/dev/x86/i82094aa.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dev/x86/i82094aa.hh b/src/dev/x86/i82094aa.hh
index 442163bbf..8be23d2c9 100644
--- a/src/dev/x86/i82094aa.hh
+++ b/src/dev/x86/i82094aa.hh
@@ -98,6 +98,8 @@ class I82094AA : public PioDevice, public IntDev
I82094AA(Params *p);
+ void init();
+
Tick read(PacketPtr pkt);
Tick write(PacketPtr pkt);