diff options
| author | Billy Lau <billylau1@gmail.com> | 2017-09-28 10:48:08 -0700 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-09-29 08:51:34 +0200 |
| commit | d335103a64e75dad273f98d32c0a1ea5967a5549 (patch) | |
| tree | 505b684cc6f7e95f907ec036f2d31439d88f22ae /sys | |
| parent | 61dd85c0cf7aeaaabb89924924cb3d347596f98d (diff) | |
sys/linux: include additional header to ion.txt
This helps with resolving missing AT_FDCWD const.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/linux/ion.txt | 1 | ||||
| -rw-r--r-- | sys/linux/ion_amd64.const | 1 | ||||
| -rw-r--r-- | sys/linux/ion_arm64.const | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/sys/linux/ion.txt b/sys/linux/ion.txt index 58366cea4..1ce34c6f9 100644 --- a/sys/linux/ion.txt +++ b/sys/linux/ion.txt @@ -6,6 +6,7 @@ # TODO: ION_IOC_HEAP_QUERY is detected for 4.10 upstream, but not covered in this description. include <asm/ioctl.h> +include <linux/fcntl.h> include <../drivers/staging/android/uapi/ion.h> resource fd_ion[fd] diff --git a/sys/linux/ion_amd64.const b/sys/linux/ion_amd64.const index 7771cff35..00ceac9c1 100644 --- a/sys/linux/ion_amd64.const +++ b/sys/linux/ion_amd64.const @@ -1,4 +1,5 @@ # AUTOGENERATED FILE +AT_FDCWD = 18446744073709551516 ION_IOC_ALLOC = 3223341312 ION_IOC_CUSTOM = 3222292742 ION_IOC_FREE = 3221506305 diff --git a/sys/linux/ion_arm64.const b/sys/linux/ion_arm64.const index b68724c39..c55b336cf 100644 --- a/sys/linux/ion_arm64.const +++ b/sys/linux/ion_arm64.const @@ -1,4 +1,5 @@ # AUTOGENERATED FILE +AT_FDCWD = 18446744073709551516 ION_IOC_ALLOC = 3223341312 ION_IOC_CUSTOM = 3222292742 ION_IOC_FREE = 3221506305 |
