rusefi/simulator/simulator/framework.h

21 lines
258 B
C

/**
* @file framework.h
*
* @date Sep 25, 2014
* @author Andrey Belomutskiy, (c) 2012-2014
*/
#pragma once
#ifdef __cplusplus
extern "C"
{
#endif /* __cplusplus */
void initTestStream(BaseChannel *ts);
#ifdef __cplusplus
}
#endif /* __cplusplus */