1
0
mirror of https://gitlab.com/qemu-project/qemu synced 2024-07-01 07:14:48 +00:00
qemu/module-common.c

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

#include "qemu/osdep.h"
#include "qemu/module.h"
void qemu_module_dummy(void)
{
}
void DSO_STAMP_FUN(void)
{
}