src/flash: remove 'extern' and wrap headers
[fw/openocd] / src / flash / non_cfi.h
index 48cee9256bd7fe2b972d0965c368c89ab0033961..14a6df72d7444acdb429c70a95733a448312c8e8 100644 (file)
@@ -35,6 +35,6 @@ typedef struct non_cfi_s
        uint8_t  status_poll_mask;
 } non_cfi_t;
 
-extern void cfi_fixup_non_cfi(flash_bank_t *bank);
+void cfi_fixup_non_cfi(flash_bank_t *bank);
 
 #endif /* NON_CFI_H */