mirror of
https://git.proxmox.com/git/qemu
synced 2025-06-14 10:44:57 +00:00
8 lines
94 B
C
8 lines
94 B
C
#include "qemu-common.h"
|
|
#include "qemu/timer.h"
|
|
|
|
void qemu_clock_warp(QEMUClock *clock)
|
|
{
|
|
}
|
|
|