ovni/emu_nosv.c

14 lines
191 B
C
Raw Normal View History

2021-07-28 11:56:35 +02:00
#include "ovni.h"
#include "ovni_trace.h"
#include "emu.h"
int
emu_nosv_thread_init(struct ovni_emu *emu, struct ovni_ethread *thread)
{
}
int
emu_nosv_process_ev(struct ovni_emu *emu)
{
}