aboutsummaryrefslogtreecommitdiff
path: root/original/uapi/linux/dma-buf.h
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2019-10-02 18:27:48 -0700
committerChristopher Ferris <cferris@google.com>2019-10-02 18:27:48 -0700
commit0ccd845e547a906c4b52c761a891c894d2873d51 (patch)
tree92b6d20274036cbcaf881f6f4876665e07bbc042 /original/uapi/linux/dma-buf.h
parent3ba12c005086503f2ba3badeabcc981822e25cd7 (diff)
downloadkernel-headers-0ccd845e547a906c4b52c761a891c894d2873d51.tar.gz
Update to kernel headers v5.3.2.
Test: NA Change-Id: I12c6ac92bb70342bd81b1be4ec398049fd0da49b
Diffstat (limited to 'original/uapi/linux/dma-buf.h')
-rw-r--r--original/uapi/linux/dma-buf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/original/uapi/linux/dma-buf.h b/original/uapi/linux/dma-buf.h
index d75df52..dbc7092 100644
--- a/original/uapi/linux/dma-buf.h
+++ b/original/uapi/linux/dma-buf.h
@@ -35,7 +35,10 @@ struct dma_buf_sync {
#define DMA_BUF_SYNC_VALID_FLAGS_MASK \
(DMA_BUF_SYNC_RW | DMA_BUF_SYNC_END)
+#define DMA_BUF_NAME_LEN 32
+
#define DMA_BUF_BASE 'b'
#define DMA_BUF_IOCTL_SYNC _IOW(DMA_BUF_BASE, 0, struct dma_buf_sync)
+#define DMA_BUF_SET_NAME _IOW(DMA_BUF_BASE, 1, const char *)
#endif