mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-11 23:36:45 +07:00
e717abac8a
Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Michael Kerrisk <mtk.manpages@gmail.com> Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Acked-by: Dave Jones <davej@redhat.com>
12 lines
321 B
C
12 lines
321 B
C
#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
|