linuxOS_AP06/external/security/librkcrypto/test/test_stress.h

11 lines
149 B
C
Raw Normal View History

2025-06-03 04:28:32 +00:00
/*
* Copyright (c) 2022 Rockchip Electronics Co. Ltd.
*/
#ifndef _TEST_STRESS_H_
#define _TEST_STRESS_H_
void stress_test(int test_cnt);
#endif