[kernel] 97200b6a: ARM64: dts: rockchip: adapt to android for nanopi6 [u-boot] 97fe060f: standalone: add rkspi to .gitignore Signed-off-by: hmz007 <hmz007@gmail.com> Change-Id: I26394f188bb4b88fd8e9cb14a9a707f02b6cb2e0
15 lines
256 B
C
15 lines
256 B
C
/*
|
|
* (C) Copyright 2024 Rockchip Electronics Co., Ltd
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
#ifndef TEE_UFS_RPMB_H
|
|
#define TEE_UFS_RPMB_H
|
|
|
|
#include <optee_include/teesmc_v2.h>
|
|
|
|
TEEC_Result ufs_rpmb_process(t_teesmc32_arg *TeeSmc32Arg);
|
|
|
|
#endif
|