summaryrefslogtreecommitdiff
path: root/dev/tsunami.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dev/tsunami.hh')
-rw-r--r--dev/tsunami.hh6
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/tsunami.hh b/dev/tsunami.hh
index c5dbe797b..a237a8035 100644
--- a/dev/tsunami.hh
+++ b/dev/tsunami.hh
@@ -96,6 +96,12 @@ class Tsunami : public Platform
PciConfigAll *pci, int intrFreq);
/**
+ * Return the interrupting frequency to AlphaAccess
+ * @return frequency of RTC interrupts
+ */
+ virtual Tick intrFrequency();
+
+ /**
* Cause the cpu to post a serial interrupt to the CPU.
*/
virtual void postConsoleInt();