patch-2.4.0-test11 linux/include/net/irda/irmod.h

Next file: linux/include/net/irda/irqueue.h
Previous file: linux/include/net/irda/irlmp.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test10/linux/include/net/irda/irmod.h linux/include/net/irda/irmod.h
@@ -69,7 +69,7 @@
  *  addtional information
  */
 struct irda_event {
-	queue_t q; /* Must be first */
+	irda_queue_t q; /* Must be first */
 	
 	struct irmanager_event event;
 };
@@ -78,7 +78,7 @@
  *  Funtions with needs to be called with a process context
  */
 struct irda_todo {
-	queue_t q; /* Must be first */
+	irda_queue_t q; /* Must be first */
 
 	void *self;
 	TODO_CALLBACK callback;
@@ -94,8 +94,8 @@
 
 	int in_use;
 
-	queue_t *event_queue; /* Events queued for the irmanager */
-	queue_t *todo_queue;  /* Todo list */
+	irda_queue_t *event_queue; /* Events queued for the irmanager */
+	irda_queue_t *todo_queue;  /* Todo list */
 };
 
 int irmod_init_module(void);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)