10 lines
179 B
C
10 lines
179 B
C
/* simple_test.h COPYRIGHT FUJITSU LIMITED 2019 */
|
|
#ifndef _SIMPLE_TEST_H_
|
|
#define _SIMPLE_TEST_H_
|
|
|
|
#include "perf_common.h"
|
|
|
|
int simple_test(void);
|
|
|
|
#endif /* _SIMPLE_TEST_H_ */
|