From 70c3b5575ee3e0d528aa176c8c5add3e7355c01e Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Sun, 27 Mar 2011 15:45:39 +0000 Subject: Move clock related functions to qemu-timer.h Move declarations for clock related functions from sysemu.h to qemu-timer.h. Signed-off-by: Blue Swirl --- sysemu.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sysemu.h') diff --git a/sysemu.h b/sysemu.h index f112c227ac..a379024120 100644 --- a/sysemu.h +++ b/sysemu.h @@ -41,10 +41,6 @@ uint64_t ram_bytes_remaining(void); uint64_t ram_bytes_transferred(void); uint64_t ram_bytes_total(void); -int64_t cpu_get_ticks(void); -void cpu_enable_ticks(void); -void cpu_disable_ticks(void); - void qemu_system_reset_request(void); void qemu_system_shutdown_request(void); void qemu_system_powerdown_request(void); -- cgit v1.2.3