Release 4.16 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);
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Björn Andersson | 45 | 93.75% | 1 | 33.33% |
Stephen Boyd | 2 | 4.17% | 1 | 33.33% |
Greg Kroah-Hartman | 1 | 2.08% | 1 | 33.33% |
Total | 48 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.