root/platform/ixus140_elph130/sub/100a/firmware_crc_data.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* THIS FILE IS GENERATED, DO NOT EDIT! */
   2 
   3 const firmware_crc_block_t firmware_100a_crc32[]={
   4     { (const char *)0xff000000,   0x4f9478,  0x303c6d1 }, // ROMCODE
   5     { (const char *)0xff684650,    0x3e760, 0x46a65653 }, // RAM data, RAM code
   6 };
   7 
   8 const firmware_crc_block_t firmware_100b_crc32[]={
   9     { (const char *)0xff000000,   0x4f9478, 0x113431cc }, // ROMCODE
  10     { (const char *)0xff684650,    0x3e760, 0x46a65653 }, // RAM data, RAM code
  11 };
  12 
  13 firmware_crc_sub_t firmware_crc_list[]={
  14     { "GM1.00A", firmware_100a_crc32 },
  15     { "GM1.00B", firmware_100b_crc32 },
  16 };
  17 
  18 const firmware_crc_desc_t firmware_crc_desc={
  19     (const char *)0xff0c164d, // firmware_ver_ptr
  20     firmware_crc_list,
  21     2,  // sub_count
  22     2,  // block_count
  23 };

/* [<][>][^][v][top][bottom][index][help] */