X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2Fnor%2Fcfi.h;h=ed858a9de5772eb2bddbca74a37d6e192dc64976;hp=5bd25e97241294831208c66dec19246a01f7e155;hb=20113201df25475889a3cd9ee22c0397e4fae530;hpb=32b67ee3c9ec10f6ef04ff3deb327a40665ed8b3 diff --git a/src/flash/nor/cfi.h b/src/flash/nor/cfi.h index 5bd25e9724..ed858a9de5 100644 --- a/src/flash/nor/cfi.h +++ b/src/flash/nor/cfi.h @@ -13,13 +13,11 @@ * 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 -#define CFI_H +#ifndef OPENOCD_FLASH_NOR_CFI_H +#define OPENOCD_FLASH_NOR_CFI_H #define CFI_STATUS_POLL_MASK_DQ5_DQ6_DQ7 0xE0 /* DQ5..DQ7 */ #define CFI_STATUS_POLL_MASK_DQ6_DQ7 0xC0 /* DQ6..DQ7 */ @@ -31,6 +29,7 @@ struct cfi_flash_bank { int probed; enum target_endianness endianness; + int data_swap; uint16_t manufacturer; uint16_t device_id; @@ -161,4 +160,4 @@ struct cfi_fixup { #define CFI_MFR_ANY 0xffff #define CFI_ID_ANY 0xffff -#endif /* CFI_H */ +#endif /* OPENOCD_FLASH_NOR_CFI_H */