]> Git Repo - qemu.git/blame - module-common.c
.gitlab-ci.d/windows: Do not run the qtests in the msys2-32bit job
[qemu.git] / module-common.c
CommitLineData
d38ea87a 1#include "qemu/osdep.h"
e26110cf
FZ
2#include "qemu/module.h"
3
4void qemu_module_dummy(void)
5{
6}
7
8void DSO_STAMP_FUN(void)
9{
10}
This page took 0.297721 seconds and 4 git commands to generate.