mirror of
https://github.com/xemu-project/xemu.git
synced 2025-02-20 12:24:42 +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)
|
|
{
|
|
}
|
|
|