36: * 37: * @(#)ioctl.h 8.6 (Berkeley) 3/28/94 38: */
68: __BEGIN_DECLS 69: int ioctl __P((int, unsigned long, ...)); 70: __END_DECLS
76: /* HCI ioctl defines */ 77: #define HCIDEVUP _IOW('H', 201, int)
1749: /* Ioctl requests structures */ 1750: struct hci_dev_stats {
32: #include <linux/ioctl.h> 33: #include <asm/ioctls.h> 34: #include <asm/termbits.h> 35: #include <sys/ioctl_compat.h>
39: extern int ioctl(int, int, ...); 40:
85: * Interface request structure used for socket 86: * ioctl's. All interface ioctl's must have parameter 87: * definitions which begin with ifr_name. The
1: #ifndef _LINUX_IOCTL_H 2: #define _LINUX_IOCTL_H 3: 4: #include <asm/ioctl.h> 5: 6: #endif /* _LINUX_IOCTL_H */
52: #undef ioctl 53: #include <sys/ioccom.h> 54: #define ioctl(a,b,c) xf86ioctl(a,b,c) 55: #else 56: #include <sys/ioccom.h> 57: #endif /* __FreeBSD__ && xf86ioctl */
47: /* Generic file-descriptor ioctl's. */ 48: #define FIOCLEX _IO('f', 1) /* set close on exec on fd */
20: This file is also used to make handling of sockets and ioctl() 21: portable accross systems.
41: #endif 42: #ifdef HAVE_SYS_IOCTL_H 43: #include <sys/ioctl.h> 44: #endif
1: /* 2: * pppio.h - ioctl and other misc. definitions for STREAMS modules. 3: *
1: #ifndef _SYS_IOCTL_H 2: #include <misc/sys/ioctl.h> 3: 4: /* Now define the internal interfaces. */ 5: extern int __ioctl (int __fd, unsigned long int __request, ...); 6: #endif
Google Home - Google Code - Discuss - Terms of Service - Help - Submit Your Code©2010 Google - Privacy