summaryrefslogtreecommitdiff
path: root/src/dev/intel_8254_timer.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2008-06-12 00:56:07 -0400
committerGabe Black <gblack@eecs.umich.edu>2008-06-12 00:56:07 -0400
commitda7f5120671ffd7acd65f66452bdf959a56a5855 (patch)
treebce4e3a475d2ebc4b6aa2305a48e9f3f273b2b33 /src/dev/intel_8254_timer.hh
parent4f9a0402f629dbd78494bd7e820ffa41b0a5f245 (diff)
downloadgem5-da7f5120671ffd7acd65f66452bdf959a56a5855.tar.xz
Timer: Fill out the periodic modes a little.
Diffstat (limited to 'src/dev/intel_8254_timer.hh')
-rw-r--r--src/dev/intel_8254_timer.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dev/intel_8254_timer.hh b/src/dev/intel_8254_timer.hh
index c7c2b1591..23596a687 100644
--- a/src/dev/intel_8254_timer.hh
+++ b/src/dev/intel_8254_timer.hh
@@ -95,6 +95,8 @@ class Intel8254Timer
virtual const char *description() const;
friend class Counter;
+
+ void setTo(int clocks);
};
private: