rusefi/firmware/rusefi.h

15 lines
206 B
C

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