diff options
| author | Necip Fazil Yildiran <necip@google.com> | 2020-08-12 20:40:54 +0000 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-08-13 13:50:25 +0200 |
| commit | cc59e7e4adf110e2ddd4f8ae57df8ecc7b369b38 (patch) | |
| tree | f5a33e869b653be70f7141f30057d4ff26f83395 /sys/linux/dev_ion.txt | |
| parent | f5442bde55872d703f184f8617329f706bad8149 (diff) | |
sys/linux: use per-field directions in descriptions
Diffstat (limited to 'sys/linux/dev_ion.txt')
| -rw-r--r-- | sys/linux/dev_ion.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/linux/dev_ion.txt b/sys/linux/dev_ion.txt index eeb942064..464107048 100644 --- a/sys/linux/dev_ion.txt +++ b/sys/linux/dev_ion.txt @@ -17,10 +17,10 @@ ioctl$ION_IOC_HEAP_QUERY(fd fd_ion, cmd const[ION_IOC_HEAP_QUERY], arg ptr[inout ioctl$DMA_BUF_IOCTL_SYNC(fd fd_dma_buf, cmd const[DMA_BUF_IOCTL_SYNC], arg ptr[in, flags[dma_buf_sync_flags, int64]]) ion_allocation_data { - len int64 - heap_id_mask flags[ion_heap_mask, int32] - flags flags[ion_alloc_flags, int32] - fd fd_dma_buf[opt] + len int64 (in) + heap_id_mask flags[ion_heap_mask, int32] (in) + flags flags[ion_alloc_flags, int32] (in) + fd fd_dma_buf (out) unused const[0, int32] } |
