brintos

brintos / linux-shallow public Read only

0
0
Text · 241 B · 8fa8a3e Raw
14 lines · c
1/* SPDX-License-Identifier: GPL-2.0-only */2/*3 * Copyright (C) 2023-2024 Linaro Ltd.4 */5 6#ifndef __QCOM_TZMEM_PRIV_H7#define __QCOM_TZMEM_PRIV_H8 9struct device;10 11int qcom_tzmem_enable(struct device *dev);12 13#endif /* __QCOM_TZMEM_PRIV_H */14