X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fhippidevice.h;h=89b3a4a5b7615a20c3be6a2e7026cbe1ea5563e4;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=9d594ddfe5f410315926cadcf57c38330975b20d;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/include/linux/hippidevice.h b/include/linux/hippidevice.h index 9d594ddfe..89b3a4a5b 100644 --- a/include/linux/hippidevice.h +++ b/include/linux/hippidevice.h @@ -26,30 +26,9 @@ #include #ifdef __KERNEL__ -extern int hippi_header(struct sk_buff *skb, - struct net_device *dev, - unsigned short type, - void *daddr, - void *saddr, - unsigned len); - -extern int hippi_rebuild_header(struct sk_buff *skb); - extern unsigned short hippi_type_trans(struct sk_buff *skb, struct net_device *dev); -extern void hippi_header_cache_bind(struct hh_cache ** hhp, - struct net_device *dev, - unsigned short htype, - __u32 daddr); - -extern void hippi_header_cache_update(struct hh_cache *hh, - struct net_device *dev, - unsigned char * haddr); -extern int hippi_header_parse(struct sk_buff *skb, unsigned char *haddr); - -extern void hippi_net_init(void); - extern struct net_device *alloc_hippi_dev(int sizeof_priv); #endif