Revision 8a1c049aa9d31710dac5a794b47be5a081a886e4 authored by Paul Mundt on 29 August 2011, 07:10:24 UTC, committed by Paul Mundt on 29 August 2011, 07:10:24 UTC
2 parent s fe43756 + afe4804
Raw File
psnap.h
#ifndef _NET_PSNAP_H
#define _NET_PSNAP_H

extern struct datalink_proto *
register_snap_client(const unsigned char *desc,
		     int (*rcvfunc)(struct sk_buff *, struct net_device *,
				    struct packet_type *,
				    struct net_device *orig_dev));
extern void unregister_snap_client(struct datalink_proto *proto);

#endif
back to top