Release 4.14 arch/cris/include/uapi/asm/ioctls.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ARCH_CRIS_IOCTLS_H__
#define __ARCH_CRIS_IOCTLS_H__
#define TIOCSERGSTRUCT 0x5458
/* For debugging only */
#define TIOCSERSETRS485 0x5461
/* enable rs-485 (deprecated) */
#define TIOCSERWRRS485 0x5462
/* write rs-485 */
#define TIOCSRS485 0x5463
/* enable rs-485 */
#include <asm-generic/ioctls.h>
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds | 13 | 40.62% | 1 | 20.00% |
Mikael Starvik | 9 | 28.12% | 1 | 20.00% |
Claudio Scordino | 6 | 18.75% | 1 | 20.00% |
Jeff Mahoney | 3 | 9.38% | 1 | 20.00% |
Greg Kroah-Hartman | 1 | 3.12% | 1 | 20.00% |
Total | 32 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.