mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 04:13:53 -06:00
7 lines
94 B
C
7 lines
94 B
C
#include "qemu-common.h"
|
|
#include "qemu/timer.h"
|
|
|
|
void qemu_clock_warp(QEMUClock *clock)
|
|
{
|
|
}
|
|
|