repo.or.cz
/
qemu
/
kevin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
console: add GraphicHwOps
[qemu/kevin.git]
/
stubs
/
clock-warp.c
blob
b64c462e73641d9a7b23df1c36b72b3dc8b93ddb
1
#include
"qemu-common.h"
2
#include
"qemu/timer.h"
3
4
void
qemu_clock_warp
(
QEMUClock
*
clock
)
5
{
6
}
7