ovni/ovni.h

20 lines
253 B
C
Raw Normal View History

2021-07-19 15:11:41 +02:00
#ifndef OVNI_H
#define OVNI_H
int
ovni_proc_init(int loom, int proc);
2021-07-19 19:05:26 +02:00
int
ovni_thread_init(pid_t tid);
2021-07-19 15:11:41 +02:00
int
ovni_thread_isready();
2021-07-19 15:11:41 +02:00
int
ovni_clock_update();
2021-07-19 15:11:41 +02:00
int
ovni_thread_ev(uint8_t fsm, uint8_t event, uint16_t a, uint16_t b);
2021-07-19 15:11:41 +02:00
#endif /* OVNI_H */