dol: initial dol commit
[jump.git] / dol / examples / example6 / src / consumer.h
1 #ifndef CONSUMER_H
2 #define CONSUMER_H
3
4 #include <dol.h>
5
6 #define PORT_IN "in"
7
8 typedef struct _local_states
9 {
10 } Consumer_State;
11
12 void consumer_init(DOLProcess *);
13 int consumer_fire(DOLProcess *);
14
15 #endif