|
/*
|
|
* @file trigger_toyota.h
|
|
*
|
|
* @date Dec 14, 2015
|
|
* @author Andrey Belomutskiy, (c) 2012-2020
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "trigger_structure.h"
|
|
|
|
void initialize2jzGE1_12(TriggerWaveform *s);
|
|
// TT_2JZ_3_34
|
|
void initialize2jzGE3_34_simulation_shape(TriggerWaveform *s);
|
|
|