]> git.karo-electronics.de Git - karo-tx-linux.git/blob - include/linux/soc/qcom/smem.h
Merge remote-tracking branch 'mips/mips-for-linux-next'
[karo-tx-linux.git] / include / linux / soc / qcom / smem.h
1 #ifndef __QCOM_SMEM_H__
2 #define __QCOM_SMEM_H__
3
4 #define QCOM_SMEM_HOST_ANY -1
5
6 int qcom_smem_alloc(unsigned host, unsigned item, size_t size);
7 void *qcom_smem_get(unsigned host, unsigned item, size_t *size);
8
9 int qcom_smem_get_free_space(unsigned host);
10
11 #endif