These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / module-common.c
1 #include "qemu/osdep.h"
2 #include "qemu/module.h"
3
4 void qemu_module_dummy(void)
5 {
6 }
7
8 void DSO_STAMP_FUN(void)
9 {
10 }