X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fusb%2Fserial%2Fio_fw_boot2.h;h=c7c3a3c305feae0bd7dcbb5bf4b1b8aaf7eae29f;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=3691fa54e72268dde4e7984731650ebc908580b4;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/drivers/usb/serial/io_fw_boot2.h b/drivers/usb/serial/io_fw_boot2.h index 3691fa54e..c7c3a3c30 100644 --- a/drivers/usb/serial/io_fw_boot2.h +++ b/drivers/usb/serial/io_fw_boot2.h @@ -13,9 +13,9 @@ #if !defined(DEFINED_EDGE_FIRMWARE_IMAGE_RECORD) #define DEFINED_EDGE_FIRMWARE_IMAGE_RECORD struct edge_firmware_image_record { - unsigned short ExtAddr; - unsigned short Addr; - unsigned short Len; + __le16 ExtAddr; + __le16 Addr; + __le16 Len; unsigned char Data[0]; } __attribute__ ((packed));