cregit-Linux how code gets into the kernel

Release 4.18 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);

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Björn Andersson4580.36%125.00%
Alex Elder814.29%125.00%
Stephen Boyd23.57%125.00%
Greg Kroah-Hartman11.79%125.00%
Total56100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.