14 lines
191 B
C
14 lines
191 B
C
|
#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)
|
||
|
{
|
||
|
}
|