xref: /qemu/module-common.c (revision e26110cf)
1*e26110cfSFam Zheng #include "config-host.h"
2*e26110cfSFam Zheng #include "qemu/module.h"
3*e26110cfSFam Zheng 
4*e26110cfSFam Zheng void qemu_module_dummy(void)
5*e26110cfSFam Zheng {
6*e26110cfSFam Zheng }
7*e26110cfSFam Zheng 
8*e26110cfSFam Zheng void DSO_STAMP_FUN(void)
9*e26110cfSFam Zheng {
10*e26110cfSFam Zheng }
11