aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/hippidevice.h
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@vyatta.com>2008-11-20 20:32:15 -0800
committerDavid S. Miller <davem@davemloft.net>2008-11-20 20:32:15 -0800
commit748ff68fad9600593c6abe47856037602bd5d133 (patch)
tree96bc5e90ba9f66932562a7061f7403d17b316b61 /include/linux/hippidevice.h
parentdefxx: convert driver to net_device_ops (diff)
downloadlinux-dev-748ff68fad9600593c6abe47856037602bd5d133.tar.xz
linux-dev-748ff68fad9600593c6abe47856037602bd5d133.zip
hippi: convert driver to net_device_ops
Convert the HIPPI infrastructure for use with net_device_ops. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/hippidevice.h')
-rw-r--r--include/linux/hippidevice.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/hippidevice.h b/include/linux/hippidevice.h
index bab303dafd6e..f148e4908410 100644
--- a/include/linux/hippidevice.h
+++ b/include/linux/hippidevice.h
@@ -32,7 +32,9 @@ struct hippi_cb {
};
extern __be16 hippi_type_trans(struct sk_buff *skb, struct net_device *dev);
-
+extern int hippi_change_mtu(struct net_device *dev, int new_mtu);
+extern int hippi_mac_addr(struct net_device *dev, void *p);
+extern int hippi_neigh_setup_dev(struct net_device *dev, struct neigh_parms *p);
extern struct net_device *alloc_hippi_dev(int sizeof_priv);
#endif