projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38c5696
)
Add comment.
author
Ben Pfaff
<blp@cs.stanford.edu>
Thu, 9 Sep 2004 22:38:14 +0000
(22:38 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Thu, 9 Sep 2004 22:38:14 +0000
(22:38 +0000)
src/devices/timer.h
patch
|
blob
|
history
diff --git
a/src/devices/timer.h
b/src/devices/timer.h
index ba736d2a28d6d7e23c9ce41d4da06006f2877554..5807b0fb253d1dace47cd211990b0cc6d4dffe99 100644
(file)
--- a/
src/devices/timer.h
+++ b/
src/devices/timer.h
@@
-3,6
+3,7
@@
#include <stdint.h>
+/* Number of timer interrupts per second. */
#define TIMER_FREQ 100
void timer_init (void);