update docs/TEE_OS_guide/TEE-Tzdriver Guide.md.

Signed-off-by: WoolenSky <yuanhao34@huawei.com>
This commit is contained in:
WoolenSky
2023-07-03 08:08:53 +00:00
committed by Gitee
parent 5a50fb50c0
commit 087ae71868
+1 -1
View File
@@ -25,7 +25,7 @@ tzdriver总入口在core/tc\_client\_driver.c中的tc\_client\_ioctl函数。
设备节点函数接口:
```
```c
static const struct file_operations_vfs g_tc_ns_client_fops = {
.open = tc_client_open,
.close = tc_client_close,