rusefi-full/win32_functional_tests/simulator/rusEfiFunctionalTest.h

25 lines
419 B
C
Raw Normal View History

2015-07-10 06:01:56 -07:00
/**
* @file rusEfiFunctionalTest.h
*
* @date Mar 1, 2014
2016-04-02 20:01:58 -07:00
* @author Andrey Belomutskiy, (c) 2012-2016
2015-07-10 06:01:56 -07:00
*/
#ifndef RUSEFIFUNCTIONALTEST_H_
#define RUSEFIFUNCTIONALTEST_H_
#ifdef __cplusplus
extern "C"
{
#endif /* __cplusplus */
void rusEfiFunctionalTest(void);
void printPendingMessages(void);
void logMsg(const char *fmt, ...);
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* RUSEFIFUNCTIONALTEST_H_ */