summaryrefslogtreecommitdiff
path: root/drivers/cs8900.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/cs8900.h')
-rw-r--r--drivers/cs8900.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cs8900.h b/drivers/cs8900.h
index dbfda3c15b..d772cad667 100644
--- a/drivers/cs8900.h
+++ b/drivers/cs8900.h
@@ -253,6 +253,6 @@
#define EEPROM_ERASE_CMD 0x0300
extern int cs8900_e2prom_read(uchar, ushort *);
-extern void cs8900_e2prom_write(uchar, ushort);
+extern int cs8900_e2prom_write(uchar, ushort);
#endif /* CONFIG_DRIVER_CS8900 */