ovni/ovni.h

20 lines
255 B
C
Raw Normal View History

2021-07-19 15:11:41 +02:00
#ifndef OVNI_H
#define OVNI_H
int
2021-07-19 19:05:26 +02:00
ovni_proc_init(int loom, int proc, int ncpus);
int
ovni_thread_init(pid_t tid);
2021-07-19 15:11:41 +02:00
int
ovni_clock_update();
int
ovni_ev_worker(uint8_t fsm, uint8_t event, int32_t data);
void
ovni_cpu_set(int cpu);
#endif /* OVNI_H */