/* * hal.h * * Created on: 14.06.2017 * Author: balbekova */ #ifndef HAL_H_ #define HAL_H_ void Reboot(void); #endif /* HAL_H_ */