X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fflash%2Fnor%2Fcfi.h;h=953b7baefc9d185e39d29b3efcf06acbebe4e133;hb=d0e763ac7ef6aa17b17bd00ccdfbccfb4eacda69;hp=b587ed48213d17765ad6367458ec84c7778ed0d7;hpb=08d4411b59dd8bd0e7d8009003b71d23acbf6eee;p=openocd.git diff --git a/src/flash/nor/cfi.h b/src/flash/nor/cfi.h index b587ed4821..953b7baefc 100644 --- a/src/flash/nor/cfi.h +++ b/src/flash/nor/cfi.h @@ -13,9 +13,7 @@ * GNU General Public License for more details. * * * * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * along with this program. If not, see . * ***************************************************************************/ #ifndef CFI_H @@ -30,6 +28,8 @@ struct cfi_flash_bank { int not_cfi; int probed; + enum target_endianness endianness; + uint16_t manufacturer; uint16_t device_id; @@ -143,8 +143,8 @@ struct cfi_unlock_addresses { struct cfi_fixup { uint16_t mfr; uint16_t id; - void (*fixup)(struct flash_bank *bank, void *param); - void *param; + void (*fixup)(struct flash_bank *bank, const void *param); + const void *param; }; #define CFI_MFR_AMD 0x0001