diff options
| author | Denis Efremov <efremov@linux.com> | 2020-07-22 01:07:14 +0300 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-07-22 07:50:57 +0200 |
| commit | 128cd85fcc53fac52ce385b48d1db730104633f2 (patch) | |
| tree | 51381791b94b9f0c41800f16b33923b0978ae577 /sys/linux/devio_s390x.const | |
| parent | 21f1765e15967196c4f3c9756ae4ec8a1fa7996d (diff) | |
sys/linux: cleanup orphaned const files for s390x
These *s390x.const files don't match existing
*.txt files.
Signed-off-by: Denis Efremov <efremov@linux.com>
Diffstat (limited to 'sys/linux/devio_s390x.const')
| -rw-r--r-- | sys/linux/devio_s390x.const | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/sys/linux/devio_s390x.const b/sys/linux/devio_s390x.const deleted file mode 100644 index 48534f02d..000000000 --- a/sys/linux/devio_s390x.const +++ /dev/null @@ -1,59 +0,0 @@ -# AUTOGENERATED FILE -MAXDRIVERNAME = 256 -USBDEVFS_BULK = 3222820098 -USBDEVFS_CLAIMINTERFACE = 2147767567 -USBDEVFS_CLAIM_PORT = 2147767576 -USBDEVFS_CLEAR_HALT = 2147767573 -USBDEVFS_CONNECT = 21783 -USBDEVFS_CONNECTINFO = 1074287889 -USBDEVFS_CONTROL = 3222820096 -USBDEVFS_DISCARDURB = 21771 -USBDEVFS_DISCONNECT = 21782 -USBDEVFS_DISCONNECT_CLAIM = 2164806939 -USBDEVFS_DISCONNECT_CLAIM_EXCEPT_DRIVER = 2 -USBDEVFS_DISCONNECT_CLAIM_IF_DRIVER = 1 -USBDEVFS_DISCSIGNAL = 2148553998 -USBDEVFS_DROP_PRIVILEGES = 1074025758 -USBDEVFS_FREE_STREAMS = 2148029725 -USBDEVFS_GETDRIVER = 1090802952 -USBDEVFS_GET_CAPABILITIES = 2147767578 -USBDEVFS_GET_SPEED = 21791 -USBDEVFS_IOCTL = 3222295826 -USBDEVFS_REAPURB = 1074287884 -USBDEVFS_REAPURBNDELAY = 1074287885 -USBDEVFS_RELEASEINTERFACE = 2147767568 -USBDEVFS_RELEASE_PORT = 2147767577 -USBDEVFS_RESET = 21780 -USBDEVFS_RESETEP = 2147767555 -USBDEVFS_SETCONFIGURATION = 2147767557 -USBDEVFS_SETINTERFACE = 2148029700 -USBDEVFS_SUBMITURB = 2151175434 -USBDEVFS_URB_BULK_CONTINUATION = 4 -USBDEVFS_URB_ISO_ASAP = 2 -USBDEVFS_URB_NO_FSBR = 32 -USBDEVFS_URB_NO_INTERRUPT = 128 -USBDEVFS_URB_SHORT_NOT_OK = 1 -USBDEVFS_URB_TYPE_BULK = 3 -USBDEVFS_URB_TYPE_CONTROL = 2 -USBDEVFS_URB_TYPE_INTERRUPT = 1 -USBDEVFS_URB_TYPE_ISO = 0 -USBDEVFS_URB_ZERO_PACKET = 64 -USB_DIR_IN = 128 -USB_DIR_OUT = 0 -USB_MAXENDPOINTS = 30 -USB_RECIP_DEVICE = 0 -USB_RECIP_ENDPOINT = 2 -USB_RECIP_INTERFACE = 1 -USB_RECIP_MASK = 31 -USB_RECIP_OTHER = 3 -USB_RECIP_PORT = 4 -USB_RECIP_RPIPE = 5 -USB_TYPE_CLASS = 32 -USB_TYPE_MASK = 96 -USB_TYPE_RESERVED = 96 -USB_TYPE_STANDARD = 0 -USB_TYPE_VENDOR = 64 -__NR_ioctl = 54 -__NR_mmap = 90 -# __NR_mmap2 is not set -__NR_read = 3 |
