Revision d05eec73e209b0ddca98fdb048de3a18b28223f4 authored by Mao Zhongyi on 11 October 2018, 08:25:08 UTC, committed by Michael S. Tsirkin on 05 November 2018, 18:24:02 UTC
Signed-off-by: Mao Zhongyi <maozhongyi@cmss.chinamobile.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
1 parent 2728a57
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