mirror of
https://github.com/qemu/qemu.git
synced 2024-11-25 20:03:37 +08:00
5 lines
142 B
C
5 lines
142 B
C
|
/* Hack to provide a version of osdep.o for qemu-img without conflicting with
|
||
|
the (kqemu) target specific osdep.o. */
|
||
|
#include "osdep.c"
|
||
|
|