Fresh fixes for rdc from sn9, thanks !
[openwrt/staging/chunkeey.git] / target / linux / rdc-2.6 / files / drivers / mtd / maps / imghdr.h
index bec8ee7783d475422489fc60ec19273dc7b528cc..7232b70615219deff4db0a06b9c023605eccf95e 100644 (file)
 /* Gemtek */
 typedef struct
 {
-       UINT8           magic[4];               /* ASICII: GMTK */
-       UINT32          checksum;               /* CRC32 */
-       UINT32          version;                /* x.x.x.x */
-       UINT32          kernelsz;               /* The size of the kernel image */
-       UINT32          imagesz;                /* The length of this image file ( kernel + romfs + this header) */
-       UINT32          pid;                    /* Product ID */
-       UINT32          fastcksum;              /* Partial CRC32 on (First(256), medium(256), last(512)) */
-       UINT32          reserved;
+       u8              magic[4];               /* ASICII: GMTK */
+       u32             checksum;               /* CRC32 */
+       u32             version;                /* x.x.x.x */
+       u32             kernelsz;               /* The size of the kernel image */
+       u32             imagesz;                /* The length of this image file ( kernel + romfs + this header) */
+       u32             pid;                    /* Product ID */
+       u32             fastcksum;              /* Partial CRC32 on (First(256), medium(256), last(512)) */
+       u32             reserved;
 }gt_imghdr_t;
 
 #endif