aboutsummaryrefslogtreecommitdiffstats
path: root/sys/android
diff options
context:
space:
mode:
authorKris Alder <kalder@google.com>2022-04-25 09:23:29 -0700
committerDmitry Vyukov <dvyukov@google.com>2022-04-26 08:08:24 +0200
commit1fa34c1b4ca31728acc7dfc7ec2f221443b8d40f (patch)
tree202a5e563c0921f38e5796babf132bd16ecc4eda /sys/android
parent152baeddc2f576c59e80d951fac4f3930a8e297f (diff)
sys: delete sys/android
There's only one description here for /dev/ion which doesn't exist on Android any more. The equivalent description in sys/linux was already removed.
Diffstat (limited to 'sys/android')
-rw-r--r--sys/android/dev_ion.txt46
-rw-r--r--sys/android/dev_ion_amd64.const11
-rw-r--r--sys/android/dev_ion_arm64.const11
3 files changed, 0 insertions, 68 deletions
diff --git a/sys/android/dev_ion.txt b/sys/android/dev_ion.txt
deleted file mode 100644
index 1ce34c6f9..000000000
--- a/sys/android/dev_ion.txt
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2016 syzkaller project authors. All rights reserved.
-# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
-# billylau@
-
-# Description of ioctl calls for /dev/ion, which is based off of 3.18 kernel.
-# 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]
-resource fd_ion_generic[fd]
-
-resource ion_handle[int32]
-
-openat$ion(fd const[AT_FDCWD], file ptr[in, string["/dev/ion"]], flags flags[open_flags], mode const[0]) fd_ion
-ioctl$ION_IOC_ALLOC(fd fd_ion, cmd const[ION_IOC_ALLOC], arg ptr[inout, ion_allocation_data])
-ioctl$ION_IOC_FREE(fd fd_ion, cmd const[ION_IOC_FREE], arg ptr[in, ion_handle_data])
-ioctl$ION_IOC_MAP(fd fd_ion, cmd const[ION_IOC_MAP], arg ptr[inout, ion_fd_data])
-ioctl$ION_IOC_SHARE(fd fd_ion, cmd const[ION_IOC_SHARE], arg ptr[inout, ion_fd_data])
-ioctl$ION_IOC_IMPORT(fd fd_ion, cmd const[ION_IOC_IMPORT], arg ptr[inout, ion_fd_data])
-ioctl$ION_IOC_SYNC(fd fd_ion, cmd const[ION_IOC_SYNC], arg ptr[inout, ion_fd_data])
-ioctl$ION_IOC_CUSTOM(fd fd_ion, cmd const[ION_IOC_CUSTOM], arg ptr[inout, ion_custom_data])
-
-ion_allocation_data {
- len intptr
- align intptr
- heapid int32
- flags int32
- handle ion_handle
-}
-
-ion_handle_data {
- handle ion_handle
-}
-
-ion_fd_data {
- handle ion_handle
- fd fd_ion_generic
-}
-
-ion_custom_data {
- cmd int32
- arg intptr
-}
diff --git a/sys/android/dev_ion_amd64.const b/sys/android/dev_ion_amd64.const
deleted file mode 100644
index 00ceac9c1..000000000
--- a/sys/android/dev_ion_amd64.const
+++ /dev/null
@@ -1,11 +0,0 @@
-# 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
diff --git a/sys/android/dev_ion_arm64.const b/sys/android/dev_ion_arm64.const
deleted file mode 100644
index c55b336cf..000000000
--- a/sys/android/dev_ion_arm64.const
+++ /dev/null
@@ -1,11 +0,0 @@
-# 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 = 29
-__NR_openat = 56