~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to include/net/phonet/pn_dev.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
int phonet_route_add(struct net_device *dev, u8 daddr);
52
52
int phonet_route_del(struct net_device *dev, u8 daddr);
53
53
void rtm_phonet_notify(int event, struct net_device *dev, u8 dst);
54
 
struct net_device *phonet_route_get(struct net *net, u8 daddr);
 
54
struct net_device *phonet_route_get_rcu(struct net *net, u8 daddr);
55
55
struct net_device *phonet_route_output(struct net *net, u8 daddr);
56
56
 
57
57
#define PN_NO_ADDR      0xff