mirror of
https://github.com/tikoci/mikrotik-gpl.git
synced 2025-12-10 07:44:45 +01:00
10 lines
114 B
C
10 lines
114 B
C
#include "config-host.h"
|
|
#include "qemu/module.h"
|
|
|
|
void qemu_module_dummy(void)
|
|
{
|
|
}
|
|
|
|
void DSO_STAMP_FUN(void)
|
|
{
|
|
}
|