]> Git Repo - qemu.git/blob - module-common.c
loader: Abstract away ref to memory region names
[qemu.git] / module-common.c
1 #include "config-host.h"
2 #include "qemu/module.h"
3
4 void qemu_module_dummy(void)
5 {
6 }
7
8 void DSO_STAMP_FUN(void)
9 {
10 }
This page took 0.021034 seconds and 4 git commands to generate.