summaryrefslogtreecommitdiff
path: root/src/dev/x86/i8254.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/x86/i8254.hh')
-rw-r--r--src/dev/x86/i8254.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dev/x86/i8254.hh b/src/dev/x86/i8254.hh
index 49ea271e9..76521e73e 100644
--- a/src/dev/x86/i8254.hh
+++ b/src/dev/x86/i8254.hh
@@ -111,6 +111,7 @@ class I8254 : public BasicPioDevice
virtual void serialize(std::ostream &os);
virtual void unserialize(Checkpoint *cp, const std::string &section);
+ virtual void startup();
};