Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 13 lines 241 B view raw
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 9struct device; 10 11int qcom_tzmem_enable(struct device *dev); 12 13#endif /* __QCOM_TZMEM_PRIV_H */