#ifndef LLC_SAP_H#define LLC_SAP_H#include <asm/types.h>/* * Copyright (c) 1997 by Procom Technology,Inc. * 2001-2003 by Arnaldo Carvalho de Melo <acme@conectiva.com.br> * * This program can be redistributed or modified under the terms of the * GNU General Public License as published by the Free Software Foundation. * This program is distributed without any warranty or implied warranty * of merchantability or fitness for a particular purpose. * * See the GNU General Public License for more details. */structllc_sap;structnet_device;structsk_buff;structsock;voidllc_sap_rtn_pdu(structllc_sap*sap,structsk_buff*skb);voidllc_save_primitive(structsock*sk,structsk_buff*skb,unsignedcharprim);structsk_buff*llc_alloc_frame(structsock*sk,structnet_device*dev,u8type,u32data_size);voidllc_build_and_send_test_pkt(structllc_sap*sap,structsk_buff*skb,unsignedchar*dmac,unsignedchardsap);voidllc_build_and_send_xid_pkt(structllc_sap*sap,structsk_buff*skb,unsignedchar*dmac,unsignedchardsap);#endif /* LLC_SAP_H */