X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=picodrive.git;a=blobdiff_plain;f=pico%2Fcarthw%2Feeprom_spi.h;h=2d60e0f4b6f38eb2ce2e2eb1909015dc8df843a4;hp=1001e6e818c6fca94f8438a0420bf74d2284e720;hb=6a47c2d4fbd413d86c7f6a0cac8e4a4a163f3713;hpb=8c2137f11f1b73f35f688f068de89b40b1f10484 diff --git a/pico/carthw/eeprom_spi.h b/pico/carthw/eeprom_spi.h index 1001e6e..2d60e0f 100644 --- a/pico/carthw/eeprom_spi.h +++ b/pico/carthw/eeprom_spi.h @@ -40,7 +40,7 @@ #define _EEPROM_SPI_H_ /* Function prototypes */ -extern void eeprom_spi_init(); +extern void *eeprom_spi_init(int *size); extern void eeprom_spi_write(unsigned char data); extern unsigned int eeprom_spi_read(unsigned int address);