25 lines
377 B
C
25 lines
377 B
C
/**
|
|
* @file trigger_mazda.h
|
|
*
|
|
* @date Feb 18, 2014
|
|
* @author Andrey Belomutskiy, (c) 2012-2013
|
|
*/
|
|
|
|
#ifndef TRIGGER_MAZDA_H_
|
|
#define TRIGGER_MAZDA_H_
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif /* __cplusplus */
|
|
|
|
#include "trigger_structure.h"
|
|
|
|
void initializeMazdaMiataNbShape(trigger_shape_s *s);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif /* __cplusplus */
|
|
|
|
#endif /* TRIGGER_MAZDA_H_ */
|