diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-01-08 19:14:22 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-01-09 21:24:28 +0100 |
| commit | 7166c8652080a3d7d3f57851987090dec92cfb19 (patch) | |
| tree | bfac04c35f2fe7e18ed95a91c4c5e60f922d18b6 /sys/linux/ashmem_arm.const | |
| parent | 5aac8b06c60bef3dbf4d66032a2082b219904efb (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/linux/ashmem_arm.const')
| -rw-r--r-- | sys/linux/ashmem_arm.const | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/linux/ashmem_arm.const b/sys/linux/ashmem_arm.const new file mode 100644 index 000000000..c01e126db --- /dev/null +++ b/sys/linux/ashmem_arm.const @@ -0,0 +1,12 @@ +# AUTOGENERATED FILE +ASHMEM_GET_NAME = 2164291330 +ASHMEM_GET_PIN_STATUS = 30473 +ASHMEM_GET_PROT_MASK = 30470 +ASHMEM_GET_SIZE = 30468 +ASHMEM_PURGE_ALL_CACHES = 30474 +ASHMEM_SET_NAME = 1090549505 +ASHMEM_SET_PROT_MASK = 1074034437 +ASHMEM_SET_SIZE = 1074034435 +AT_FDCWD = 18446744073709551516 +__NR_ioctl = 54 +__NR_openat = 322 |
