1
0
mirror of https://github.com/physwizz/a155-U-u1.git synced 2025-10-28 16:15:46 +00:00
Files
physwizz 99537be4e2 first
2024-03-11 06:53:12 +11:00

15 lines
317 B
C

/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (c) 2019 MediaTek Inc.
*/
#ifndef TMEM_PROC_H
#define TMEM_PROC_H
#if IS_ENABLED(CONFIG_TEST_MTK_TRUSTED_MEMORY)
int get_multithread_test_wait_completion_time(void);
int get_saturation_stress_pmem_min_chunk_size(void);
#endif
#endif /* end of TMEM_PROC_H */