Fixed the pylibcerebrum python module __init__
[cerebrum.git] / common / autocode.h
blob46fb5fc06cb2c78f93e85ce1db8c71afcaab1b3f
1 /*
2 * Header file for autocode.h
3 * --------------------------
4 * This file actually is written by hand.
5 */
6 #ifndef _AUTOCODE_H_
7 #define _AUTOCODE_H_
9 #include <stdint.h>
11 #include "comm.h"
13 void init_auto(void);
14 void loop_auto(void);
15 void callback_get_descriptor_auto(const comm_callback_descriptor* cb, void* argbuf_end);
17 #endif//_AUTOCODE_H_