summaryrefslogtreecommitdiff
path: root/dev/platform.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dev/platform.hh')
-rw-r--r--dev/platform.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/platform.hh b/dev/platform.hh
index 407f58406..f77b520a3 100644
--- a/dev/platform.hh
+++ b/dev/platform.hh
@@ -60,6 +60,7 @@ class Platform : public SimObject
virtual ~Platform() {}
virtual void postConsoleInt() = 0;
virtual void clearConsoleInt() = 0;
+ virtual Tick intrFrequency() = 0;
};
#endif // __PLATFORM_HH_