patch-2.4.20 linux-2.4.20/drivers/usb/serial/io_ionsp.h
Next file: linux-2.4.20/drivers/usb/serial/io_tables.h
Previous file: linux-2.4.20/drivers/usb/serial/io_fw_down3.h
Back to the patch index
Back to the overall index
-  Lines: 15
-  Date:
Thu Nov 28 15:53:14 2002
-  Orig file: 
linux-2.4.19/drivers/usb/serial/io_ionsp.h
-  Orig date: 
Mon Mar 19 17:21:54 2001
diff -urN linux-2.4.19/drivers/usb/serial/io_ionsp.h linux-2.4.20/drivers/usb/serial/io_ionsp.h
@@ -88,12 +88,12 @@
 // Interrupt pipe
 //
 
-typedef struct _INT_STATUS_PKT {
+struct int_status_pkt {
 	__u16      RxBytesAvail;		    // Additional bytes available to
 						    // be read from Bulk IN pipe
 	__u16      TxCredits[ MAX_RS232_PORTS ];   // Additional space available in
 						    // given port's TxBuffer
-} INT_STATUS_PKT, *PINT_STATUS_PKT;
+};
 
 
 #define GET_INT_STATUS_SIZE(NumPorts) (sizeof(__u16) + (sizeof(__u16) * (NumPorts)))
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)