]> Git Repo - linux.git/blob - drivers/firmware/qcom/qcom_tzmem.h
Linux 6.14-rc3
[linux.git] / drivers / firmware / qcom / qcom_tzmem.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright (C) 2023-2024 Linaro Ltd.
4  */
5
6 #ifndef __QCOM_TZMEM_PRIV_H
7 #define __QCOM_TZMEM_PRIV_H
8
9 struct device;
10
11 int qcom_tzmem_enable(struct device *dev);
12
13 #endif /* __QCOM_TZMEM_PRIV_H */
This page took 0.027846 seconds and 4 git commands to generate.