both the public and internal headers declare a urj_flash_detectflash prototype

git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@1725 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Mike Frysinger 15 years ago
parent 0298ca83a5
commit 3696803bc9

@ -94,6 +94,8 @@
src/tap/usbconn/libusb.c: Drop redundant #ifdef protection as the Makefile
already has conditional logic.
* src/flash/flash.h: Delete duplicate urj_flash_detectflash prototype.
2010-01-22 Mike Frysinger <vapier@gentoo.org>
* src/cmd/cmd_bit.c (cmd_bit_print_params): Fix strncat length handling.

@ -52,9 +52,6 @@ struct URJ_FLASH_CFI_ARRAY
urj_flash_cfi_chip_t **cfi_chips;
};
/** @return URJ_STATUS_OK on success; URJ_STATUS_FAIL on error */
int urj_flash_detectflash (urj_log_level_t ll, urj_bus_t *bus, uint32_t adr);
extern urj_flash_cfi_array_t *urj_flash_cfi_array;
#endif /* URJ_FLASH_H */

Loading…
Cancel
Save