]> git.proxmox.com Git - qemu.git/blobdiff - main-loop.h
target-mips: Remove unused inline function
[qemu.git] / main-loop.h
index e743aa0cf6a58ce777da121d2ad5865ddc84373a..c06b8bc441f9e424aaa10dd9836c27f12bf7dff2 100644 (file)
@@ -365,6 +365,6 @@ void qemu_iohandler_poll(fd_set *readfds, fd_set *writefds, fd_set *xfds, int rc
 
 void qemu_bh_schedule_idle(QEMUBH *bh);
 int qemu_bh_poll(void);
-void qemu_bh_update_timeout(int *timeout);
+void qemu_bh_update_timeout(uint32_t *timeout);
 
 #endif