diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2008-06-12 00:56:07 -0400 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2008-06-12 00:56:07 -0400 |
commit | da7f5120671ffd7acd65f66452bdf959a56a5855 (patch) | |
tree | bce4e3a475d2ebc4b6aa2305a48e9f3f273b2b33 /src/dev/intel_8254_timer.hh | |
parent | 4f9a0402f629dbd78494bd7e820ffa41b0a5f245 (diff) | |
download | gem5-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.hh | 2 |
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: |