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

10 lines
221 B
C

/* combination_test.h COPYRIGHT FUJITSU LIMITED 2019 */
#ifndef _COMBINATION_TEST_H_
#define _COMBINATION_TEST_H_
#include "perf_common.h"
int combination_main(int argc, char **argv);
#endif /* _COMBINATION_TEST_H_ */