diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2006-05-18 13:33:14 -0400 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2006-05-18 13:33:14 -0400 |
commit | 381c4f6720d477bdf6d90dd2c09a54cd30b9ddd9 (patch) | |
tree | a58cd17bab3e2222ec104c9c966956f2fc4a7d19 /dev/ide_disk.hh | |
parent | a5ccef00582dcdb4228493753dafd5aa75022d03 (diff) | |
download | gem5-381c4f6720d477bdf6d90dd2c09a54cd30b9ddd9.tar.xz |
add regStats() back to ide_disk
add sinic back to sconscript file
SConscript:
add sinic back to sconscript file
dev/ide_disk.hh:
add regStats() back to ide_disk
--HG--
extra : convert_revision : a25083993190ceadde977283fbd1fb64e8e7ef86
Diffstat (limited to 'dev/ide_disk.hh')
-rw-r--r-- | dev/ide_disk.hh | 5 |
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 */ |