luckfox-pico-sdk/media/security/librkcrypto/test/test_stress.h
2023-08-08 20:36:47 +08:00

10 lines
148 B
C

/*
* Copyright (c) 2022 Rockchip Electronics Co. Ltd.
*/
#ifndef _TEST_STRESS_H_
#define _TEST_STRESS_H_
void stress_test(int test_cnt);
#endif