aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/rdc-2.6/files/drivers/mtd/maps/imghdr.h
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-04-09 08:13:58 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-04-09 08:13:58 +0000
commit8ff49aed398fe2682088d02f38838d703ced0746 (patch)
treeb81d8906856e62e657747c53d4ee08b1eabb70dd /target/linux/rdc-2.6/files/drivers/mtd/maps/imghdr.h
parentb5a6f01ec053aee4ad078eb523c0ed7e2f22cbfc (diff)
downloadupstream-8ff49aed398fe2682088d02f38838d703ced0746.tar.gz
upstream-8ff49aed398fe2682088d02f38838d703ced0746.tar.bz2
upstream-8ff49aed398fe2682088d02f38838d703ced0746.zip
Fresh fixes for rdc from sn9, thanks !
SVN-Revision: 6911
Diffstat (limited to 'target/linux/rdc-2.6/files/drivers/mtd/maps/imghdr.h')
-rw-r--r--target/linux/rdc-2.6/files/drivers/mtd/maps/imghdr.h16
1 files changed, 8 insertions, 8 deletions
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 bec8ee7783..7232b70615 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