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>
This commit is contained in:
Remi Denis-Courmont
2008-09-22 20:05:19 -07:00
committed by David S. Miller
parent 8fb397406f
commit ba113a94b7
5 changed files with 363 additions and 3 deletions

View File

@@ -32,6 +32,9 @@
#define PNADDR_ANY 0
#define PNPORT_RESOURCE_ROUTING 0
/* ioctls */
#define SIOCPNGETOBJECT (SIOCPROTOPRIVATE + 0)
/* Phonet protocol header */
struct phonethdr {
__u8 pn_rdev;