/** * @file rusefi.h * * @date Dec 25, 2013 * @author Andrey Belomutskiy, (c) 2012-2017 */ #ifndef RUSEFI_H_ #define RUSEFI_H_ void runRusEfi(void); void rebootNow(void); #endif /* RUSEFI_H_ */