X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fnet%2Fllc_sap.h;h=2c56dbece7291ba1398dc5c5ce02ec3504e8f075;hb=43bc926fffd92024b46cafaf7350d669ba9ca884;hp=dc60acce8e551fb8cdb028c4cf12b2b3f7d7c44e;hpb=5273a3df6485dc2ad6aa7ddd441b9a21970f003b;p=linux-2.6.git diff --git a/include/net/llc_sap.h b/include/net/llc_sap.h index dc60acce8..2c56dbece 100644 --- a/include/net/llc_sap.h +++ b/include/net/llc_sap.h @@ -12,12 +12,15 @@ * See the GNU General Public License for more details. */ struct llc_sap; +struct net_device; struct sk_buff; +struct sock; -extern void llc_sap_state_process(struct llc_sap *sap, struct sk_buff *skb); extern void llc_sap_rtn_pdu(struct llc_sap *sap, struct sk_buff *skb); -extern void llc_save_primitive(struct sk_buff* skb, unsigned char prim); -extern struct sk_buff *llc_alloc_frame(void); +extern void llc_save_primitive(struct sock *sk, struct sk_buff* skb, + unsigned char prim); +extern struct sk_buff *llc_alloc_frame(struct sock *sk, + struct net_device *dev); extern void llc_build_and_send_test_pkt(struct llc_sap *sap, struct sk_buff *skb,