openwince-devel/openwince-0.4.2-detectflash.patch

13 lines
476 B
Diff
Raw Normal View History

diff -Nru include-0.4.2.orig/brux/flash.h include-0.4.2/brux/flash.h
--- include-0.4.2.orig/brux/flash.h 2003-11-02 22:30:46.000000000 +0100
+++ include-0.4.2/brux/flash.h 2006-08-23 17:28:29.000000000 +0200
@@ -58,7 +58,7 @@
#define FLASH_ERROR_BLOCK_LOCKED 3
#define FLASH_ERROR_UNKNOWN 99
-void detectflash( bus_t *bus, uint32_t adr );
+void detectflash( bus_t *bus );
void flashmem( bus_t *bus, FILE *f, uint32_t addr );
void flashmsbin( bus_t *bus, FILE *f );