Statistics
| Branch: | Revision:

root / module-common.c @ feature-archipelago

History | View | Annotate | Download (114 Bytes)

1 e26110cf Fam Zheng
#include "config-host.h"
2 e26110cf Fam Zheng
#include "qemu/module.h"
3 e26110cf Fam Zheng
4 e26110cf Fam Zheng
void qemu_module_dummy(void)
5 e26110cf Fam Zheng
{
6 e26110cf Fam Zheng
}
7 e26110cf Fam Zheng
8 e26110cf Fam Zheng
void DSO_STAMP_FUN(void)
9 e26110cf Fam Zheng
{
10 e26110cf Fam Zheng
}