patch-2.3.24 linux/include/net/irda/qos.h
Next file: linux/include/net/irda/timer.h
Previous file: linux/include/net/irda/pc87108.h
Back to the patch index
Back to the overall index
- Lines: 31
- Date:
Wed Oct 27 16:18:14 1999
- Orig file:
v2.3.23/linux/include/net/irda/qos.h
- Orig date:
Tue Aug 31 17:29:15 1999
diff -u --recursive --new-file v2.3.23/linux/include/net/irda/qos.h linux/include/net/irda/qos.h
@@ -6,7 +6,7 @@
* Status: Experimental.
* Author: Dag Brattli <dagb@cs.uit.no>
* Created at: Fri Sep 19 23:21:09 1997
- * Modified at: Mon Aug 16 10:00:18 1999
+ * Modified at: Tue Oct 5 11:51:37 1999
* Modified by: Dag Brattli <dagb@cs.uit.no>
*
* Copyright (c) 1999 Dag Brattli, All Rights Reserved.
@@ -69,7 +69,7 @@
} qos_value_t;
struct qos_info {
- int magic;
+ magic_t magic;
qos_value_t baud_rate; /* IR_11520O | ... */
qos_value_t max_turn_time;
@@ -96,9 +96,9 @@
void irda_qos_compute_intersection(struct qos_info *, struct qos_info *);
int msb_index(__u16 byte);
-__u32 byte_value(__u8 byte, int *array);
-int value_index(__u32 value, int *array);
-__u32 index_value(int index, int *array);
+__u32 byte_value(__u8 byte, __u32 *array);
+int value_index(__u32 value, __u32 *array);
+__u32 index_value(int index, __u32 *array);
void irda_qos_bits_to_value(struct qos_info *qos);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)