patch-2.2.15 linux/include/net/irda/irlmp_frame.h
Next file: linux/include/net/irda/irlpt_cli.h
Previous file: linux/include/net/irda/irlmp_event.h
Back to the patch index
Back to the overall index
- Lines: 29
- Date:
Fri Apr 21 23:28:34 2000
- Orig file:
v2.2.14/include/net/irda/irlmp_frame.h
- Orig date:
Sat Aug 14 02:25:46 1999
diff -u --new-file --recursive --exclude-from ../../exclude v2.2.14/include/net/irda/irlmp_frame.h linux/include/net/irda/irlmp_frame.h
@@ -6,10 +6,11 @@
* Status: Experimental.
* Author: Dag Brattli <dagb@cs.uit.no>
* Created at: Tue Aug 19 02:09:59 1997
- * Modified at: Tue Apr 6 17:12:57 1999
+ * Modified at: Fri Dec 10 13:21:53 1999
* Modified by: Dag Brattli <dagb@cs.uit.no>
*
- * Copyright (c) 1997 Dag Brattli <dagb@cs.uit.no>, All Rights Reserved.
+ * Copyright (c) 1997, 1999 Dag Brattli <dagb@cs.uit.no>,
+ * All Rights Reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
@@ -42,8 +43,12 @@
int expedited, struct sk_buff *skb);
void irlmp_send_lcf_pdu(struct lap_cb *self, __u8 dlsap, __u8 slsap,
__u8 opcode, struct sk_buff *skb);
-void irlmp_link_data_indication(struct lap_cb *, int reliable,
- struct sk_buff *);
+void irlmp_link_data_indication(struct lap_cb *, struct sk_buff *,
+ int unreliable);
+#ifdef CONFIG_IRDA_ULTRA
+void irlmp_link_unitdata_indication(struct lap_cb *, struct sk_buff *);
+#endif /* CONFIG_IRDA_ULTRA */
+
void irlmp_link_connect_indication(struct lap_cb *, __u32 saddr, __u32 daddr,
struct qos_info *qos, struct sk_buff *skb);
void irlmp_link_connect_request(__u32 daddr);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)