#ifndef REST_H_ #define REST_H_ /** * @brief Init rest server * */ void rest_init(void); #endif /* REST_H_ */