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