#ifndef __POS_H__
#define __POS_H__
#include "types.h"
void start_position_thread(const thd_pos_conf_t *conf);
#endif