summaryrefslogtreecommitdiffstats
path: root/sysemu.h
diff options
context:
space:
mode:
authorBlue Swirl2011-03-27 17:45:39 +0200
committerBlue Swirl2011-04-15 22:14:50 +0200
commit70c3b5575ee3e0d528aa176c8c5add3e7355c01e (patch)
tree295232981c89b7d27bff8ad8fc197d125b08293c /sysemu.h
parentMove generic or OS function declarations to qemu-common.h (diff)
downloadqemu-70c3b5575ee3e0d528aa176c8c5add3e7355c01e.tar.gz
qemu-70c3b5575ee3e0d528aa176c8c5add3e7355c01e.tar.xz
qemu-70c3b5575ee3e0d528aa176c8c5add3e7355c01e.zip
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 <blauwirbel@gmail.com>
Diffstat (limited to 'sysemu.h')
-rw-r--r--sysemu.h4
1 files changed, 0 insertions, 4 deletions
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);