17 lines
356 B
C
17 lines
356 B
C
/*
|
|
* @file trigger_toyota.h
|
|
*
|
|
* @date Dec 14, 2015
|
|
* @author Andrey Belomutskiy, (c) 2012-2016
|
|
*/
|
|
|
|
#ifndef CONTROLLERS_TRIGGER_TRIGGER_TOYOTA_H_
|
|
#define CONTROLLERS_TRIGGER_TRIGGER_TOYOTA_H_
|
|
|
|
#include "engine.h"
|
|
|
|
void initialize2jzGE1_12(TriggerShape *s);
|
|
void initialize2jzGE3_34(TriggerShape *s);
|
|
|
|
#endif /* CONTROLLERS_TRIGGER_TRIGGER_TOYOTA_H_ */
|