/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_POWERPC_IOCTLS_H
#define _ASM_POWERPC_IOCTLS_H
#include <asm /ioctl.h>
#define FIOCLEX _IO('f' , 1 )
#define FIONCLEX _IO('f' , 2 )
#define FIOASYNC _IOW('f' , 125 , int )
#define FIONBIO _IOW('f' , 126 , int )
#define FIONREAD _IOR('f' , 127 , int )
#define TIOCINQ FIONREAD
#define FIOQSIZE _IOR('f' , 128 , loff_t)
#define TIOCGETP _IOR('t' , 8 , struct sgttyb)
#define TIOCSETP _IOW('t' , 9 , struct sgttyb)
#define TIOCSETN _IOW('t' , 10 , struct sgttyb) /* TIOCSETP wo flush */
#define TIOCSETC _IOW('t' , 17 , struct tchars)
#define TIOCGETC _IOR('t' , 18 , struct tchars)
#define TCGETS _IOR('t' , 19 , struct termios)
#define TCSETS _IOW('t' , 20 , struct termios)
#define TCSETSW _IOW('t' , 21 , struct termios)
#define TCSETSF _IOW('t' , 22 , struct termios)
#define TCGETA 0 x40147417 /* _IOR('t', 23, struct termio) */
#define TCSETA 0 x80147418 /* _IOW('t', 24, struct termio) */
#define TCSETAW 0 x80147419 /* _IOW('t', 25, struct termio) */
#define TCSETAF 0 x8014741c /* _IOW('t', 28, struct termio) */
#define TCSBRK _IO('t' , 29 )
#define TCXONC _IO('t' , 30 )
#define TCFLSH _IO('t' , 31 )
#define TIOCSWINSZ _IOW('t' , 103 , struct winsize)
#define TIOCGWINSZ _IOR('t' , 104 , struct winsize)
#define TIOCSTART _IO('t' , 110 ) /* start output, like ^Q */
#define TIOCSTOP _IO('t' , 111 ) /* stop output, like ^S */
#define TIOCOUTQ _IOR('t' , 115 , int ) /* output queue size */
#define TIOCGLTC _IOR('t' , 116 , struct ltchars)
#define TIOCSLTC _IOW('t' , 117 , struct ltchars)
#define TIOCSPGRP _IOW('t' , 118 , int )
#define TIOCGPGRP _IOR('t' , 119 , int )
#define TIOCEXCL 0 x540C
#define TIOCNXCL 0 x540D
#define TIOCSCTTY 0 x540E
#define TIOCSTI 0 x5412
#define TIOCMGET 0 x5415
#define TIOCMBIS 0 x5416
#define TIOCMBIC 0 x5417
#define TIOCMSET 0 x5418
# define TIOCM_LE 0 x001
# define TIOCM_DTR 0 x002
# define TIOCM_RTS 0 x004
# define TIOCM_ST 0 x008
# define TIOCM_SR 0 x010
# define TIOCM_CTS 0 x020
# define TIOCM_CAR 0 x040
# define TIOCM_RNG 0 x080
# define TIOCM_DSR 0 x100
# define TIOCM_CD TIOCM_CAR
# define TIOCM_RI TIOCM_RNG
#define TIOCM_OUT1 0 x2000
#define TIOCM_OUT2 0 x4000
#define TIOCM_LOOP 0 x8000
#define TIOCGSOFTCAR 0 x5419
#define TIOCSSOFTCAR 0 x541A
#define TIOCLINUX 0 x541C
#define TIOCCONS 0 x541D
#define TIOCGSERIAL 0 x541E
#define TIOCSSERIAL 0 x541F
#define TIOCPKT 0 x5420
# define TIOCPKT_DATA 0
# define TIOCPKT_FLUSHREAD 1
# define TIOCPKT_FLUSHWRITE 2
# define TIOCPKT_STOP 4
# define TIOCPKT_START 8
# define TIOCPKT_NOSTOP 16
# define TIOCPKT_DOSTOP 32
# define TIOCPKT_IOCTL 64
#define TIOCNOTTY 0 x5422
#define TIOCSETD 0 x5423
#define TIOCGETD 0 x5424
#define TCSBRKP 0 x5425 /* Needed for POSIX tcsendbreak() */
#define TIOCSBRK 0 x5427 /* BSD compatibility */
#define TIOCCBRK 0 x5428 /* BSD compatibility */
#define TIOCGSID 0 x5429 /* Return the session ID of FD */
#define TIOCGRS485 0 x542e
#define TIOCSRS485 0 x542f
#define TIOCGPTN _IOR('T' ,0 x30, unsigned int ) /* Get Pty Number (of pty-mux device) */
#define TIOCSPTLCK _IOW('T' ,0 x31, int ) /* Lock/unlock Pty */
#define TIOCGDEV _IOR('T' ,0 x32, unsigned int ) /* Get primary device node of /dev/console */
#define TIOCSIG _IOW('T' ,0 x36, int ) /* Generate signal on Pty slave */
#define TIOCVHANGUP 0 x5437
#define TIOCGPKT _IOR('T' , 0 x38, int ) /* Get packet mode state */
#define TIOCGPTLCK _IOR('T' , 0 x39, int ) /* Get Pty lock state */
#define TIOCGEXCL _IOR('T' , 0 x40, int ) /* Get exclusive mode state */
#define TIOCGPTPEER _IO('T' , 0 x41) /* Safely open the slave */
#define TIOCGISO7816 _IOR('T' , 0 x42, struct serial_iso7816)
#define TIOCSISO7816 _IOWR('T' , 0 x43, struct serial_iso7816)
#define TIOCSERCONFIG 0 x5453
#define TIOCSERGWILD 0 x5454
#define TIOCSERSWILD 0 x5455
#define TIOCGLCKTRMIOS 0 x5456
#define TIOCSLCKTRMIOS 0 x5457
#define TIOCSERGSTRUCT 0 x5458 /* For debugging only */
#define TIOCSERGETLSR 0 x5459 /* Get line status register */
/* ioctl (fd, TIOCSERGETLSR, &result) where result may be as below */
# define TIOCSER_TEMT 0 x01 /* Transmitter physically empty */
#define TIOCSERGETMULTI 0 x545A /* Get multiport config */
#define TIOCSERSETMULTI 0 x545B /* Set multiport config */
#define TIOCMIWAIT 0 x545C /* wait for a change on serial input line(s) */
#define TIOCGICOUNT 0 x545D /* read serial port inline interrupt counts */
#endif /* _ASM_POWERPC_IOCTLS_H */
Messung V0.5 in Prozent C=91 H=91 G=90
¤ Dauer der Verarbeitung: 0.12 Sekunden
(vorverarbeitet am 2026-06-07)
¤
*© Formatika GbR, Deutschland