From da7f5120671ffd7acd65f66452bdf959a56a5855 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Thu, 12 Jun 2008 00:56:07 -0400 Subject: Timer: Fill out the periodic modes a little. --- src/dev/intel_8254_timer.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/dev/intel_8254_timer.hh') 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: -- cgit v1.2.3