vfs: put test_iso9660 into vfs.c

This commit is contained in:
2025-08-29 17:08:06 +03:00
parent 7c43956ebe
commit 9e21167bd3
3 changed files with 74 additions and 72 deletions
+2
View File
@@ -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