15 lines
214 B
C
15 lines
214 B
C
|
/**
|
||
|
* @file rusefi.h
|
||
|
*
|
||
|
* @date Dec 25, 2013
|
||
|
* @author Andrey Belomutskiy, (c) 2012-2015
|
||
|
*/
|
||
|
|
||
|
#ifndef RUSEFI_H_
|
||
|
#define RUSEFI_H_
|
||
|
|
||
|
void runRusEfi(void);
|
||
|
void applyNewConfiguration(void);
|
||
|
|
||
|
#endif /* RUSEFI_H_ */
|