hc
2024-08-19 a51341d8c7882adfad4f167bc7c3ca616908b53d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* SPDX-License-Identifier:     GPL-2.0+
 *
 * Copyright 2019, Rockchip Electronics Co., Ltd
 * hisping lin, <hisping.lin@rock-chips.com>
 *
 */
#ifndef _OPTEE_TEST_H_
#define _OPTEE_TEST_H_
 
/*
 * test secure storage in rpmb when use emmc
 * test secure storage in security partition when use nand
 */
int test_secure_storage_default(void);
 
/*
 * test secure storage in security partition
 */
int test_secure_storage_security_partition(void);
 
#endif /*_OPTEE_TEST_H_*/