diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-07 09:55:47 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-10 08:16:44 -0500 |
commit | 5761703380580368de6a80e098f3dce8ecbe6f00 (patch) | |
tree | bacacdd0ea5ab847dc179fa5b55b9fda8ef2a568 /package/strace/src/linux/crisv32/ioctls_inc0.h | |
parent | bbd1b0bc61f6ef46b58ad9bf360eecf2a5c1915c (diff) |
fix strace for crisv32 (experimental)
Diffstat (limited to 'package/strace/src/linux/crisv32/ioctls_inc0.h')
-rw-r--r-- | package/strace/src/linux/crisv32/ioctls_inc0.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/package/strace/src/linux/crisv32/ioctls_inc0.h b/package/strace/src/linux/crisv32/ioctls_inc0.h new file mode 100644 index 000000000..694c27cb8 --- /dev/null +++ b/package/strace/src/linux/crisv32/ioctls_inc0.h @@ -0,0 +1,20 @@ +/* Generated by ioctls_gen.sh from definitions found in build_qemu-cris_uclibc-ng_crisv32/linux/arch/cris/include/ tree. */ +{ "asm/ioctls.h", "TIOCSERGSTRUCT", 0, 0x5458, 0 }, +{ "asm/ioctls.h", "TIOCSERSETRS485", 0, 0x5461, 0 }, +{ "asm/ioctls.h", "TIOCSERWRRS485", 0, 0x5462, 0 }, +{ "asm/ioctls.h", "TIOCSRS485", 0, 0x5463, 0 }, +{ "asm/sockios.h", "FIOGETOWN", 0, 0x8903, 0 }, +{ "asm/sockios.h", "FIOSETOWN", 0, 0x8901, 0 }, +{ "asm/sockios.h", "SIOCATMARK", 0, 0x8905, 0 }, +{ "asm/sockios.h", "SIOCGPGRP", 0, 0x8904, 0 }, +{ "asm/sockios.h", "SIOCGSTAMP", 0, 0x8906, 0 }, +{ "asm/sockios.h", "SIOCGSTAMPNS", 0, 0x8907, 0 }, +{ "asm/sockios.h", "SIOCSPGRP", 0, 0x8902, 0 }, +{ "asm/sync_serial.h", "SSP_FRAME_SYNC", _IOC_READ, 0x5302, 0x04 }, +{ "asm/sync_serial.h", "SSP_INBUFCHUNK", _IOC_READ, 0x5306, 0x04 }, +{ "asm/sync_serial.h", "SSP_INPUT", _IOC_READ, 0x5307, 0x04 }, +{ "asm/sync_serial.h", "SSP_IPOLARITY", _IOC_READ, 0x5303, 0x04 }, +{ "asm/sync_serial.h", "SSP_MODE", _IOC_READ, 0x5301, 0x04 }, +{ "asm/sync_serial.h", "SSP_OPOLARITY", _IOC_READ, 0x5304, 0x04 }, +{ "asm/sync_serial.h", "SSP_SPEED", _IOC_READ, 0x5300, 0x04 }, +{ "asm/sync_serial.h", "SSP_SPI", _IOC_READ, 0x5305, 0x04 }, |