patch-2.4.20 linux-2.4.20/drivers/usb/serial/io_fw_down2.h
Next file: linux-2.4.20/drivers/usb/serial/io_fw_down3.h
Previous file: linux-2.4.20/drivers/usb/serial/io_fw_down.h
Back to the patch index
Back to the overall index
- Lines: 35
- Date:
Thu Nov 28 15:53:14 2002
- Orig file:
linux-2.4.19/drivers/usb/serial/io_fw_down2.h
- Orig date:
Mon Mar 19 17:21:54 2001
diff -urN linux-2.4.19/drivers/usb/serial/io_fw_down2.h linux-2.4.20/drivers/usb/serial/io_fw_down2.h
@@ -12,20 +12,18 @@
//Image structure definition
#if !defined(DEFINED_EDGE_FIRMWARE_IMAGE_RECORD)
#define DEFINED_EDGE_FIRMWARE_IMAGE_RECORD
- typedef struct _EDGE_FIRMWARE_IMAGE_RECORD
- {
+ struct edge_firmware_image_record {
unsigned short ExtAddr;
unsigned short Addr;
unsigned short Len;
unsigned char Data[0];
- } EDGE_FIRMWARE_IMAGE_RECORD, *PEDGE_FIRMWARE_IMAGE_RECORD;
+ };
- typedef struct _EDGE_FIRMWARE_VERSION_INFO
- {
- unsigned char MajorVersion;
+ struct edge_firmware_version_info {
+ unsigned char MajorVersion;
unsigned char MinorVersion;
unsigned short BuildNumber;
- } EDGE_FIRMWARE_VERSION_INFO, *PEDGE_FIRMWARE_VERSION_INFO;
+ };
#endif
@@ -1126,7 +1124,7 @@
0x02, 0x03, 0x4e, 0xa0, 0x08, 0x22, 0x80, 0xfe,
};
-static EDGE_FIRMWARE_VERSION_INFO IMAGE_VERSION_NAME = {
+static struct edge_firmware_version_info IMAGE_VERSION_NAME = {
2, 0, 3 }; // Major, Minor, Build
#undef IMAGE_VERSION_NAME
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)