8 lines
		
	
	
	
		
			141 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			141 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef _SYS_IOCTL_H
 | |
| #define _SYS_IOCTL_H
 | |
| 
 | |
| #define TIOCGETD        0x4004741a
 | |
| 
 | |
| extern int ioctl(int fd, unsigned long request, ...);
 | |
| 
 | |
| #endif
 |