/** * @file trigger_nissan.h * * @date Sep 19, 2015 * @author Andrey Belomutskiy, (c) 2012-2017 */ #ifndef CONTROLLERS_TRIGGER_TRIGGER_NISSAN_H_ #define CONTROLLERS_TRIGGER_TRIGGER_NISSAN_H_ #include "trigger_structure.h" void initializeNissanSR20VE_4(TriggerShape *s); void initializeNissanSR20VE_4_360(TriggerShape *s); #endif /* CONTROLLERS_TRIGGER_TRIGGER_NISSAN_H_ */