Revision 0b18cfb8f1828c905139b54c8644b0d8f4aad879 authored by Peter Maydell on 16 July 2019, 17:01:28 UTC, committed by Peter Maydell on 16 July 2019, 17:01:28 UTC
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
1 parent a1a4d49
Raw File
module-common.c
#include "qemu/osdep.h"
#include "qemu/module.h"

void qemu_module_dummy(void)
{
}

void DSO_STAMP_FUN(void)
{
}
back to top