diff options
author | Remi Denis-Courmont <remi.denis-courmont@nokia.com> | 2008-09-22 23:05:19 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-09-22 23:05:19 -0400 |
commit | ba113a94b7503ee23ffe819e7045134b0c1d31de (patch) | |
tree | b6236bbb36ffa311d7bc952066d2adc2b00c8d0c /include/linux/phonet.h | |
parent | 8fb397406f6470f79040c41eec49af20900a9e3b (diff) |
Phonet: common socket glue
This provides the socket API for the Phonet protocols family.
Signed-off-by: Remi Denis-Courmont <remi.denis-courmont@nokia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/phonet.h')
-rw-r--r-- | include/linux/phonet.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/phonet.h b/include/linux/phonet.h index 6a764f8584a4..001c0e679099 100644 --- a/include/linux/phonet.h +++ b/include/linux/phonet.h | |||
@@ -32,6 +32,9 @@ | |||
32 | #define PNADDR_ANY 0 | 32 | #define PNADDR_ANY 0 |
33 | #define PNPORT_RESOURCE_ROUTING 0 | 33 | #define PNPORT_RESOURCE_ROUTING 0 |
34 | 34 | ||
35 | /* ioctls */ | ||
36 | #define SIOCPNGETOBJECT (SIOCPROTOPRIVATE + 0) | ||
37 | |||
35 | /* Phonet protocol header */ | 38 | /* Phonet protocol header */ |
36 | struct phonethdr { | 39 | struct phonethdr { |
37 | __u8 pn_rdev; | 40 | __u8 pn_rdev; |