aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/soc/qcom/smem.h
blob: bc9630d3acede09a43b7be1bd03f37ac76266a46 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#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);
int qcom_smem_get(unsigned host, unsigned item, void **ptr, size_t *size);

int qcom_smem_get_free_space(unsigned host);

#endif