2013-10-18 18:44:05 -04:00
|
|
|
void storage_init();
|
2013-10-19 13:13:48 -04:00
|
|
|
uint32_t storage_get_block_size();
|
|
|
|
uint32_t storage_get_block_count();
|
2013-10-18 18:44:05 -04:00
|
|
|
void storage_flush();
|
|
|
|
bool storage_read_block(uint8_t *dest, uint32_t block);
|
|
|
|
bool storage_write_block(const uint8_t *src, uint32_t block);
|