aboutsummaryrefslogtreecommitdiffstats
path: root/sys/android/ion_amd64.const
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-01-08 19:14:22 +0100
committerDmitry Vyukov <dvyukov@google.com>2018-01-09 21:24:28 +0100
commit7166c8652080a3d7d3f57851987090dec92cfb19 (patch)
treebfac04c35f2fe7e18ed95a91c4c5e60f922d18b6 /sys/android/ion_amd64.const
parent5aac8b06c60bef3dbf4d66032a2082b219904efb (diff)
sys/linux: add ion and ashmem devices support
Note: ion supercedes the old android interface, which is moved to sys/android.
Diffstat (limited to 'sys/android/ion_amd64.const')
-rw-r--r--sys/android/ion_amd64.const11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/android/ion_amd64.const b/sys/android/ion_amd64.const
new file mode 100644
index 000000000..00ceac9c1
--- /dev/null
+++ b/sys/android/ion_amd64.const
@@ -0,0 +1,11 @@
+# AUTOGENERATED FILE
+AT_FDCWD = 18446744073709551516
+ION_IOC_ALLOC = 3223341312
+ION_IOC_CUSTOM = 3222292742
+ION_IOC_FREE = 3221506305
+ION_IOC_IMPORT = 3221768453
+ION_IOC_MAP = 3221768450
+ION_IOC_SHARE = 3221768452
+ION_IOC_SYNC = 3221768455
+__NR_ioctl = 16
+__NR_openat = 257