#pragma once int mufs_alloc_block(struct mufs *fs, uint32_t *block); int mufs_free_block(struct mufs *fs, uint32_t block);