summaryrefslogtreecommitdiff
path: root/dev/ide_disk.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ide_disk.hh')
-rw-r--r--dev/ide_disk.hh5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev/ide_disk.hh b/dev/ide_disk.hh
index 2d04ecd09..5379e5e73 100644
--- a/dev/ide_disk.hh
+++ b/dev/ide_disk.hh
@@ -260,6 +260,11 @@ class IdeDisk : public SimObject
void reset(int id);
/**
+ * Register Statistics
+ */
+ void regStats();
+
+ /**
* Set the controller for this device
* @param c The IDE controller
*/