Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
include
linux
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
29
struct
if_phonet_autoconf
{
30
uint8_t
device
;
31
};
32
33
struct
if_phonet_req
{
34
char
ifr_phonet_name
[16];
35
union
{
36
struct
if_phonet_autoconf
ifru_phonet_autoconf
;
37
}
ifr_ifru
;
38
};
39
#define ifr_phonet_autoconf ifr_ifru.ifru_phonet_autoconf
40
#endif
Generated on Thu Jan 10 2013 14:52:18 for Linux Kernel by
1.8.2