diff options
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/dma-buf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/uapi/linux/dma-buf.h b/include/uapi/linux/dma-buf.h index d75df5210a4a..dbc7092e04b5 100644 --- a/include/uapi/linux/dma-buf.h +++ b/include/uapi/linux/dma-buf.h | |||
| @@ -35,7 +35,10 @@ struct dma_buf_sync { | |||
| 35 | #define DMA_BUF_SYNC_VALID_FLAGS_MASK \ | 35 | #define DMA_BUF_SYNC_VALID_FLAGS_MASK \ |
| 36 | (DMA_BUF_SYNC_RW | DMA_BUF_SYNC_END) | 36 | (DMA_BUF_SYNC_RW | DMA_BUF_SYNC_END) |
| 37 | 37 | ||
| 38 | #define DMA_BUF_NAME_LEN 32 | ||
| 39 | |||
| 38 | #define DMA_BUF_BASE 'b' | 40 | #define DMA_BUF_BASE 'b' |
| 39 | #define DMA_BUF_IOCTL_SYNC _IOW(DMA_BUF_BASE, 0, struct dma_buf_sync) | 41 | #define DMA_BUF_IOCTL_SYNC _IOW(DMA_BUF_BASE, 0, struct dma_buf_sync) |
| 42 | #define DMA_BUF_SET_NAME _IOW(DMA_BUF_BASE, 1, const char *) | ||
| 40 | 43 | ||
| 41 | #endif | 44 | #endif |
