aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/phonet.h
diff options
context:
space:
mode:
authorRémi Denis-Courmont <remi.denis-courmont@nokia.com>2009-09-09 00:00:06 +0000
committerDavid S. Miller <davem@davemloft.net>2009-09-11 12:55:10 -0700
commit02571f89871e009b66fb5f8d5ae222e90e9f357c (patch)
treeb928bc79e282f656ebe58b6ebd3b08fe3e505f7e /include/linux/phonet.h
parentf5bb1c558405aaac41b08b2ea71137db9db46e72 (diff)
downloadkernel_samsung_smdk4412-02571f89871e009b66fb5f8d5ae222e90e9f357c.zip
kernel_samsung_smdk4412-02571f89871e009b66fb5f8d5ae222e90e9f357c.tar.gz
kernel_samsung_smdk4412-02571f89871e009b66fb5f8d5ae222e90e9f357c.tar.bz2
cdc-phonet: autoconfigure Phonet address
Signed-off-by: Rémi 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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/phonet.h b/include/linux/phonet.h
index 82b45d1..1ef5a07 100644
--- a/include/linux/phonet.h
+++ b/include/linux/phonet.h
@@ -99,6 +99,9 @@ struct sockaddr_pn {
__u8 spn_zero[sizeof(struct sockaddr) - sizeof(sa_family_t) - 3];
} __attribute__ ((packed));
+/* Well known address */
+#define PN_DEV_PC 0x10
+
static inline __u16 pn_object(__u8 addr, __u16 port)
{
return (addr << 8) | (port & 0x3ff);