Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
phonet.h
Go to the documentation of this file.
1 
22 #ifndef LINUX_PHONET_H
23 #define LINUX_PHONET_H
24 
25 #include <uapi/linux/phonet.h>
26 
27 #define SIOCPNGAUTOCONF (SIOCDEVPRIVATE + 0)
28 
31 };
32 
33 struct if_phonet_req {
34  char ifr_phonet_name[16];
35  union {
37  } ifr_ifru;
38 };
39 #define ifr_phonet_autoconf ifr_ifru.ifru_phonet_autoconf
40 #endif