diff options
author | Rémi Denis-Courmont <remi.denis-courmont@nokia.com> | 2009-07-21 01:57:57 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-07-23 17:58:19 -0700 |
commit | c1dc13e9d0bc35a8d85bf4238c48c1b627d48f35 (patch) | |
tree | 7bc3ecf8a72b1dc940f6cd676eb9bcfebfc2402e /include/net/phonet | |
parent | e8834a63bddf87f7b85955d1ba60d28343d88469 (diff) | |
download | linux-c1dc13e9d0bc35a8d85bf4238c48c1b627d48f35.tar.gz linux-c1dc13e9d0bc35a8d85bf4238c48c1b627d48f35.tar.bz2 linux-c1dc13e9d0bc35a8d85bf4238c48c1b627d48f35.zip |
Phonet: sockets list through proc_fs
This provides a list of sockets with their Phonet bind addresses and
some socket debug informations through /proc/net/phonet.
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/net/phonet')
-rw-r--r-- | include/net/phonet/pn_dev.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/phonet/pn_dev.h b/include/net/phonet/pn_dev.h index 29d126736611..44c923c9e21d 100644 --- a/include/net/phonet/pn_dev.h +++ b/include/net/phonet/pn_dev.h @@ -49,4 +49,6 @@ void phonet_address_notify(int event, struct net_device *dev, u8 addr); #define PN_NO_ADDR 0xff +extern const struct file_operations pn_sock_seq_fops; + #endif |