vfs: put test_iso9660 into vfs.c
This commit is contained in:
@@ -17,4 +17,6 @@ void list_files(l9660_dir *dir);
|
||||
size_t vfs_read_file(l9660_file *file, uint8_t* buffer);
|
||||
size_t vfs_read_file_length(l9660_file *file, uint8_t* buffer, size_t length);
|
||||
|
||||
void test_iso9660();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user