]> Git Repo - qemu.git/blob - stubs/clock-warp.c
5ae32b9e6afff367174f70fe8f395ce5e7677e90
[qemu.git] / stubs / clock-warp.c
1 #include "qemu/osdep.h"
2 #include "qemu-common.h"
3 #include "qemu/timer.h"
4
5 void qemu_clock_warp(QEMUClockType type)
6 {
7 }
8
This page took 0.014402 seconds and 2 git commands to generate.