From db1a49726c3c6cbe9cbca5b118e80c0fec65e8dd Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Wed, 10 Mar 2010 11:38:55 +0100 Subject: split out qemu-timer.c Signed-off-by: Paolo Bonzini Signed-off-by: Anthony Liguori --- cpu-all.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpu-all.h') diff --git a/cpu-all.h b/cpu-all.h index fd51a76c18..897cd448a0 100644 --- a/cpu-all.h +++ b/cpu-all.h @@ -771,6 +771,8 @@ void QEMU_NORETURN cpu_abort(CPUState *env, const char *fmt, ...) __attribute__ ((__format__ (__printf__, 2, 3))); extern CPUState *first_cpu; extern CPUState *cpu_single_env; + +int64_t qemu_icount_round(int64_t count); extern int64_t qemu_icount; extern int use_icount; -- cgit 1.4.1