Files
mckernel/test/perf_overflow/simple_test.h
TOIDA,Suguru 1a204b6674 perf: overflow test
Change-Id: Ic7aa0d99ae9a5b7d3ce4436129a360275e6937ca
refs: #1358
2020-03-03 15:55:13 +09:00

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_ */