rusefi-1/win32_functional_tests/simulator/framework.h

22 lines
311 B
C
Raw Normal View History

2014-09-25 21:05:11 -07:00
/**
* @file framework.h
*
* @date Sep 25, 2014
* @author Andrey Belomutskiy, (c) 2012-2014
*/
#ifndef FRAMEWORK_H_
#define FRAMEWORK_H_
2014-09-26 06:02:50 -07:00
#ifdef __cplusplus
extern "C"
{
#endif /* __cplusplus */
2014-09-25 21:05:11 -07:00
2014-09-26 06:02:50 -07:00
void initTestStream(TestStream *ts);
2014-09-25 21:05:11 -07:00
2014-09-26 06:02:50 -07:00
#ifdef __cplusplus
}
#endif /* __cplusplus */
2014-09-25 21:05:11 -07:00
#endif /* FRAMEWORK_H_ */