FW_MAGIC
if (image->magic == swab32(FW_MAGIC)) { /* swapped file */
} else if (image->magic != FW_MAGIC) {
if (image->magic == swab32(FW_MAGIC))