summaryrefslogtreecommitdiffstats
path: root/pm49fl004.c
diff options
context:
space:
mode:
Diffstat (limited to 'pm49fl004.c')
-rw-r--r--pm49fl004.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/pm49fl004.c b/pm49fl004.c
index ce73be0..3e4e877 100644
--- a/pm49fl004.c
+++ b/pm49fl004.c
@@ -58,10 +58,11 @@ static __inline__ int erase_block_49fl004 ( volatile unsigned char * bios ,unsig
return(0);
}
+
static __inline__ int write_block_49fl004(volatile char * bios,
- unsigned char * src,
- volatile unsigned char * dst,
- unsigned int page_size)
+ unsigned char * src,
+ volatile unsigned char * dst,
+ unsigned int page_size)
{
int i;
volatile char *Temp;
OpenPOWER on IntegriCloud