aboutsummaryrefslogtreecommitdiff
path: root/vl.h
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-08-19 21:56:03 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-08-19 21:56:03 +0000
commitc89940133c02810197c405814439b0d529e5d551 (patch)
tree1d3c9d3276dd9515c6397562fc35bcdee0a29216 /vl.h
parent7603d1568e121f74b03dabc8f86c7c9b88723075 (diff)
Rework alarm timer infrastrucure, by Luca Tettamanti.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3125 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'vl.h')
-rw-r--r--vl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/vl.h b/vl.h
index b05ea119a1..e12b6f3e73 100644
--- a/vl.h
+++ b/vl.h
@@ -447,7 +447,6 @@ void qemu_mod_timer(QEMUTimer *ts, int64_t expire_time);
int qemu_timer_pending(QEMUTimer *ts);
extern int64_t ticks_per_sec;
-extern int pit_min_timer_count;
int64_t cpu_get_ticks(void);
void cpu_enable_ticks(void);