And fix the scripts so they stop letting trailing whitespace through. Change-Id: Ie109fbe1f63321e565ba0fa60fee8e9cf3a61cfc
		
			
				
	
	
		
			119 lines
		
	
	
		
			4.6 KiB
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			119 lines
		
	
	
		
			4.6 KiB
		
	
	
	
		
			C
		
	
	
	
	
	
/****************************************************************************
 | 
						|
 ****************************************************************************
 | 
						|
 ***
 | 
						|
 ***   This header was automatically generated from a Linux kernel header
 | 
						|
 ***   of the same name, to make information necessary for userspace to
 | 
						|
 ***   call into the kernel available to libc.  It contains only constants,
 | 
						|
 ***   structures, and macros generated from the original header, and thus,
 | 
						|
 ***   contains no copyrightable information.
 | 
						|
 ***
 | 
						|
 ***   To edit the content of this header, modify the corresponding
 | 
						|
 ***   source file (e.g. under external/kernel-headers/original/) then
 | 
						|
 ***   run bionic/libc/kernel/tools/update_all.py
 | 
						|
 ***
 | 
						|
 ***   Any manual change here will be lost the next time this script will
 | 
						|
 ***   be run. You've been warned!
 | 
						|
 ***
 | 
						|
 ****************************************************************************
 | 
						|
 ****************************************************************************/
 | 
						|
#ifndef __ASM_IOCTLS_H
 | 
						|
#define __ASM_IOCTLS_H
 | 
						|
#include <asm/ioctl.h>
 | 
						|
#define TCGETA 0x5401
 | 
						|
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
 | 
						|
#define TCSETA 0x5402
 | 
						|
#define TCSETAW 0x5403
 | 
						|
#define TCSETAF 0x5404
 | 
						|
#define TCSBRK 0x5405
 | 
						|
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
 | 
						|
#define TCXONC 0x5406
 | 
						|
#define TCFLSH 0x5407
 | 
						|
#define TCGETS 0x540d
 | 
						|
#define TCSETS 0x540e
 | 
						|
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
 | 
						|
#define TCSETSW 0x540f
 | 
						|
#define TCSETSF 0x5410
 | 
						|
#define TIOCEXCL 0x740d
 | 
						|
#define TIOCNXCL 0x740e
 | 
						|
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
 | 
						|
#define TIOCOUTQ 0x7472
 | 
						|
#define TIOCSTI 0x5472
 | 
						|
#define TIOCMGET 0x741d
 | 
						|
#define TIOCMBIS 0x741b
 | 
						|
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
 | 
						|
#define TIOCMBIC 0x741c
 | 
						|
#define TIOCMSET 0x741a
 | 
						|
#define TIOCPKT 0x5470
 | 
						|
#define TIOCPKT_DATA 0x00
 | 
						|
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
 | 
						|
#define TIOCPKT_FLUSHREAD 0x01
 | 
						|
#define TIOCPKT_FLUSHWRITE 0x02
 | 
						|
#define TIOCPKT_STOP 0x04
 | 
						|
#define TIOCPKT_START 0x08
 | 
						|
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
 | 
						|
#define TIOCPKT_NOSTOP 0x10
 | 
						|
#define TIOCPKT_DOSTOP 0x20
 | 
						|
#define TIOCSWINSZ _IOW('t', 103, struct winsize)
 | 
						|
#define TIOCGWINSZ _IOR('t', 104, struct winsize)
 | 
						|
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
 | 
						|
#define TIOCNOTTY 0x5471
 | 
						|
#define TIOCSETD 0x7401
 | 
						|
#define TIOCGETD 0x7400
 | 
						|
#define FIOCLEX 0x6601
 | 
						|
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
 | 
						|
#define FIONCLEX 0x6602
 | 
						|
#define FIOASYNC 0x667d
 | 
						|
#define FIONBIO 0x667e
 | 
						|
#define FIOQSIZE 0x667f
 | 
						|
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
 | 
						|
#define TIOCGLTC 0x7474
 | 
						|
#define TIOCSLTC 0x7475
 | 
						|
#define TIOCSPGRP _IOW('t', 118, int)
 | 
						|
#define TIOCGPGRP _IOR('t', 119, int)
 | 
						|
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
 | 
						|
#define TIOCCONS _IOW('t', 120, int)
 | 
						|
#define FIONREAD 0x467f
 | 
						|
#define TIOCINQ FIONREAD
 | 
						|
#define TIOCGETP 0x7408
 | 
						|
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
 | 
						|
#define TIOCSETP 0x7409
 | 
						|
#define TIOCSETN 0x740a
 | 
						|
#define TIOCSBRK 0x5427
 | 
						|
#define TIOCCBRK 0x5428
 | 
						|
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
 | 
						|
#define TIOCGSID 0x7416
 | 
						|
#define TCGETS2 _IOR('T', 0x2A, struct termios2)
 | 
						|
#define TCSETS2 _IOW('T', 0x2B, struct termios2)
 | 
						|
#define TCSETSW2 _IOW('T', 0x2C, struct termios2)
 | 
						|
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
 | 
						|
#define TCSETSF2 _IOW('T', 0x2D, struct termios2)
 | 
						|
#define TIOCGPTN _IOR('T', 0x30, unsigned int)
 | 
						|
#define TIOCSPTLCK _IOW('T', 0x31, int)
 | 
						|
#define TIOCSCTTY 0x5480
 | 
						|
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
 | 
						|
#define TIOCGSOFTCAR 0x5481
 | 
						|
#define TIOCSSOFTCAR 0x5482
 | 
						|
#define TIOCLINUX 0x5483
 | 
						|
#define TIOCGSERIAL 0x5484
 | 
						|
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
 | 
						|
#define TIOCSSERIAL 0x5485
 | 
						|
#define TCSBRKP 0x5486
 | 
						|
#define TIOCSERCONFIG 0x5488
 | 
						|
#define TIOCSERGWILD 0x5489
 | 
						|
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
 | 
						|
#define TIOCSERSWILD 0x548a
 | 
						|
#define TIOCGLCKTRMIOS 0x548b
 | 
						|
#define TIOCSLCKTRMIOS 0x548c
 | 
						|
#define TIOCSERGSTRUCT 0x548d
 | 
						|
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
 | 
						|
#define TIOCSERGETLSR 0x548e
 | 
						|
#define TIOCSERGETMULTI 0x548f
 | 
						|
#define TIOCSERSETMULTI 0x5490
 | 
						|
#define TIOCMIWAIT 0x5491
 | 
						|
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
 | 
						|
#define TIOCGICOUNT 0x5492
 | 
						|
#define TIOCGHAYESESP 0x5493
 | 
						|
#define TIOCSHAYESESP 0x5494
 | 
						|
#endif
 | 
						|
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
 |