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