Editing Flash-Bridge
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
Some structures for SCEI USB-SATA Bridge: | Some structures for SCEI USB-SATA Bridge: | ||
< | <source lang="C"> | ||
struct Firmware // Starts at offset 0x2000 | struct Firmware // Starts at offset 0x2000 | ||
{ | { | ||
Line 13: | Line 13: | ||
unsigned int Crc32; // CRC32 of Info structure | unsigned int Crc32; // CRC32 of Info structure | ||
} | } | ||
</ | </source> | ||
==Dump information== | ==Dump information== |