]> git.proxmox.com Git - qemu.git/blobdiff - qemu-common.h
qemu-timer: move commonly used timer code to qemu-timer-common
[qemu.git] / qemu-common.h
index d5ae42020efdcabc0c2127b2e7ce4cdc30e423db..2fbc27f9f0f5869d99ba2934a2c81db42aeb13db 100644 (file)
@@ -133,8 +133,6 @@ void qemu_bh_delete(QEMUBH *bh);
 int qemu_bh_poll(void);
 void qemu_bh_update_timeout(int *timeout);
 
-uint64_t muldiv64(uint64_t a, uint32_t b, uint32_t c);
-
 void qemu_get_timedate(struct tm *tm, int offset);
 int qemu_timedate_diff(struct tm *tm);