aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/phonet
diff options
context:
space:
mode:
authorRémi Denis-Courmont <remi.denis-courmont@nokia.com>2010-09-15 12:30:14 +0000
committerDavid S. Miller <davem@davemloft.net>2010-09-15 21:31:33 -0700
commit507215f8d04f9e61f38c975e61d93bcafd30815f (patch)
tree79a88610eaf8abcc3f160ca0ced0a1b4e72dfd80 /include/net/phonet
parentPhonet: look up the resource routing table when forwarding (diff)
downloadlinux-dev-507215f8d04f9e61f38c975e61d93bcafd30815f.tar.xz
linux-dev-507215f8d04f9e61f38c975e61d93bcafd30815f.zip
Phonet: list subscribed resources via proc_fs
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/phonet/pn_dev.h b/include/net/phonet/pn_dev.h
index 2d16783d5e20..13649eb57413 100644
--- a/include/net/phonet/pn_dev.h
+++ b/include/net/phonet/pn_dev.h
@@ -57,5 +57,6 @@ struct net_device *phonet_route_output(struct net *net, u8 daddr);
#define PN_NO_ADDR 0xff
extern const struct file_operations pn_sock_seq_fops;
+extern const struct file_operations pn_res_seq_fops;
#endif