#ifndef BANJO_KAZOOIE_EEPROM_H #define BANJO_KAZOOIE_EEPROM_H #include s32 eeprom_writeBlocks(s32 file, s32 offset, void *buffer, s32 count); s32 eeprom_readBlocks(s32 file, s32 offset, void *buffer, s32 count); #endif