#include int block_read(void *buf, size_t block) { return -1; } int block_write(void *buf, size_t block) { return -1; }