]> git.proxmox.com Git - qemu.git/blob - stubs/clock-warp.c
bitops: unify bitops_ffsl with the one in host-utils.h, call it bitops_ctzl
[qemu.git] / stubs / clock-warp.c
1 #include "qemu-common.h"
2 #include "qemu/timer.h"
3
4 void qemu_clock_warp(QEMUClock *clock)
5 {
6 }
7