X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2Fnor%2Fnon_cfi.h;h=c411cb885253691c1b81ea054e47fd0a67a64388;hp=ead9820a254e9a3669e9c8297d6c0a78b4a368ce;hb=20113201df25475889a3cd9ee22c0397e4fae530;hpb=d0e763ac7ef6aa17b17bd00ccdfbccfb4eacda69 diff --git a/src/flash/nor/non_cfi.h b/src/flash/nor/non_cfi.h index ead9820a25..c411cb8852 100644 --- a/src/flash/nor/non_cfi.h +++ b/src/flash/nor/non_cfi.h @@ -16,8 +16,8 @@ * along with this program. If not, see . * ***************************************************************************/ -#ifndef NON_CFI_H -#define NON_CFI_H +#ifndef OPENOCD_FLASH_NOR_NON_CFI_H +#define OPENOCD_FLASH_NOR_NON_CFI_H struct non_cfi { uint16_t mfr; @@ -33,4 +33,4 @@ struct non_cfi { void cfi_fixup_non_cfi(struct flash_bank *bank); -#endif /* NON_CFI_H */ +#endif /* OPENOCD_FLASH_NOR_NON_CFI_H */