X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fusb%2Fserial%2Fio_fw_down.h;h=5a61d809a46edefecd9e26156533326f8e2a60e4;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=d01ec7b223d4e9e124ae56b47b8e8b039fc460cb;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/drivers/usb/serial/io_fw_down.h b/drivers/usb/serial/io_fw_down.h index d01ec7b22..5a61d809a 100644 --- a/drivers/usb/serial/io_fw_down.h +++ b/drivers/usb/serial/io_fw_down.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));