2015-07-10 06:01:56 -07:00
|
|
|
/**
|
|
|
|
* @file audi_aan.h
|
|
|
|
* @brief Audo AAN default engine configuration
|
|
|
|
*
|
|
|
|
* @date Nov 24, 2013
|
2017-01-03 03:05:22 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2017
|
2015-07-10 06:01:56 -07:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef AUDI_AAN_H_
|
|
|
|
#define AUDI_AAN_H_
|
|
|
|
|
2017-03-30 05:12:35 -07:00
|
|
|
#include "global.h"
|
2015-07-10 06:01:56 -07:00
|
|
|
#if EFI_ENGINE_AUDI_AAN
|
|
|
|
|
|
|
|
#endif /* EFI_ENGINE_AUDI_AAN */
|
|
|
|
|
|
|
|
#endif /* AUDI_AAN_H_ */
|