X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/56a10a49fd3efe8b094f48d0f539b478f1bfbc9e..c96ef1722ed0013063687ceef633809169e93859:/target/linux/rdc-2.6/files/drivers/mtd/maps/imghdr.h?ds=sidebyside diff --git a/target/linux/rdc-2.6/files/drivers/mtd/maps/imghdr.h b/target/linux/rdc-2.6/files/drivers/mtd/maps/imghdr.h index bec8ee778..7232b7061 100644 --- a/target/linux/rdc-2.6/files/drivers/mtd/maps/imghdr.h +++ b/target/linux/rdc-2.6/files/drivers/mtd/maps/imghdr.h @@ -12,14 +12,14 @@ /* 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