patch-2.3.19 linux/include/linux/irda.h
Next file: linux/include/linux/pagemap.h
Previous file: linux/include/linux/i2o.h
Back to the patch index
Back to the overall index
- Lines: 36
- Date:
Wed Sep 29 15:32:14 1999
- Orig file:
v2.3.18/linux/include/linux/irda.h
- Orig date:
Sat Apr 24 17:49:37 1999
diff -u --recursive --new-file v2.3.18/linux/include/linux/irda.h linux/include/linux/irda.h
@@ -1,12 +1,12 @@
/*********************************************************************
*
* Filename: irda.h
- * Version:
- * Description:
+ * Version: 1.0
+ * Description: Exported IrDA sockets interface
* Status: Experimental.
* Author: Dag Brattli <dagb@cs.uit.no>
* Created at: Mon Mar 8 14:06:12 1999
- * Modified at: Mon Mar 22 14:14:54 1999
+ * Modified at: Mon Sep 27 12:11:49 1999
* Modified by: Dag Brattli <dagb@cs.uit.no>
*
* Copyright (c) 1999 Dag Brattli, All Rights Reserved.
@@ -83,8 +83,8 @@
};
struct irda_device_info {
- unsigned int saddr; /* Address of remote device */
- unsigned int daddr; /* Link where it was discovered */
+ unsigned int saddr; /* Address of remote device */
+ unsigned int daddr; /* Link where it was discovered */
char info[22]; /* Description */
unsigned char charset; /* Charset used for description */
unsigned char hints[2]; /* Hint bits */
@@ -92,7 +92,7 @@
struct irda_device_list {
unsigned int len;
- struct irda_device_info dev[0];
+ struct irda_device_info dev[1];
};
struct irda_ias_set {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)