#ifndef __BEACON_H__
#define __BEACON_H__
#include "types.h"
#ifdef __cplusplus
extern "C" {
#endif
void start_beacon_thread(thd_pos_conf_t *conf);
}
#endif /* __BEACON_H__ */