diff options
author | Rémi Denis-Courmont <remi.denis-courmont@nokia.com> | 2009-06-24 01:07:44 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-06-25 02:58:15 -0700 |
commit | c7a1a4c80f873d5d6ecd173035bb80eba489f380 (patch) | |
tree | 5e5ab834178d4acf3074047932d498dff8cf6e52 /include | |
parent | 11687a1099583273a8a98ec42af62b5bb5a69e45 (diff) | |
download | op-kernel-dev-c7a1a4c80f873d5d6ecd173035bb80eba489f380.zip op-kernel-dev-c7a1a4c80f873d5d6ecd173035bb80eba489f380.tar.gz |
Phonet: publicize the Netlink notification function
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')
-rw-r--r-- | include/net/phonet/pn_dev.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/phonet/pn_dev.h b/include/net/phonet/pn_dev.h index 5054dc5..29d1267 100644 --- a/include/net/phonet/pn_dev.h +++ b/include/net/phonet/pn_dev.h @@ -45,6 +45,7 @@ int phonet_address_add(struct net_device *dev, u8 addr); int phonet_address_del(struct net_device *dev, u8 addr); u8 phonet_address_get(struct net_device *dev, u8 addr); int phonet_address_lookup(struct net *net, u8 addr); +void phonet_address_notify(int event, struct net_device *dev, u8 addr); #define PN_NO_ADDR 0xff |