diff options
author | Rémi Denis-Courmont <remi.denis-courmont@nokia.com> | 2009-09-09 04:00:06 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-09-11 23:55:10 +0400 |
commit | 02571f89871e009b66fb5f8d5ae222e90e9f357c (patch) | |
tree | b928bc79e282f656ebe58b6ebd3b08fe3e505f7e /include/linux/phonet.h | |
parent | f5bb1c558405aaac41b08b2ea71137db9db46e72 (diff) | |
download | linux-02571f89871e009b66fb5f8d5ae222e90e9f357c.tar.xz |
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.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/phonet.h b/include/linux/phonet.h index 82b45d16e50c..1ef5a0781831 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); |