Files
xemu/module-common.c
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
113 B
C
Raw Normal View History

2016-01-29 17:50:05 +00:00
#include "qemu/osdep.h"
2014-02-10 14:48:57 +08:00
#include "qemu/module.h"
void qemu_module_dummy(void)
{
}
void DSO_STAMP_FUN(void)
{
}