11 lines
149 B
C
11 lines
149 B
C
/*
|
|
* Copyright (c) 2022 Rockchip Electronics Co. Ltd.
|
|
*/
|
|
#ifndef _TEST_STRESS_H_
|
|
#define _TEST_STRESS_H_
|
|
|
|
void stress_test(int test_cnt);
|
|
|
|
#endif
|
|
|