summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2018-05-02 04:54:41 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2018-05-02 04:54:40 -0700
commitbf8090cf061ced2d0aa23b9ced200d4412aa10f4 (patch)
treeb5f5269a5890372a553ff670a6b8813871594c40 /include/linux
parent2542cb864f22f9ea26f1cd03e9796444152ea40a (diff)
parent0866bef74dada464abb3f8b0ab845aa64f6dd9db (diff)
Merge "hab: import/export between remote buffer and dmafd"
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/habmm.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/habmm.h b/include/linux/habmm.h
index 966c5ee91be4..842cd27fd372 100644
--- a/include/linux/habmm.h
+++ b/include/linux/habmm.h
@@ -214,6 +214,11 @@ int32_t habmm_socket_recvfrom(int32_t handle, void *dst_buff,
*/
#define HABMM_EXP_MEM_TYPE_DMA 0x00000001
+/*
+ * this flag is used for export from dma_buf fd or import to dma_buf fd
+ */
+#define HABMM_EXPIMP_FLAGS_FD 0x00010000
+
#define HAB_MAX_EXPORT_SIZE 0x8000000
/*