16 lines
331 B
C
16 lines
331 B
C
/**
|
|
* @file rusEfiFunctionalTest.h
|
|
*
|
|
* @date Mar 1, 2014
|
|
* @author Andrey Belomutskiy, (c) 2012-2013
|
|
*/
|
|
|
|
#ifndef RUSEFIFUNCTIONALTEST_H_
|
|
#define RUSEFIFUNCTIONALTEST_H_
|
|
|
|
void rusEfiFunctionalTest(void);
|
|
void initTestStream(TestStream *ts);
|
|
void printPendingMessages(void);
|
|
|
|
#endif /* RUSEFIFUNCTIONALTEST_H_ */
|