dol: fix shm_t contain the shm-buffers
[jump.git] / minidol / esrc / Gen.h
1 #ifndef GEN_H
2 #define GEN_H
3
4 #include <dol.h>
5
6 #define PORT_OUTPUT "0"
7
8 #define LENGTH 8
9
10 typedef struct _local_states {
11         int index;
12 } Gen_State;
13
14 void Gen_init(DOLProcess *);
15 int Gen_fire(DOLProcess *);
16
17 #endif