commit | cc960f2580843e2341e41ffba99f823f956e141d | [log] [tgz] |
---|---|---|
author | Nico Huber <nico.h@gmx.de> | Mon Jan 29 01:13:45 2024 +0100 |
committer | Nico Huber <nico.h@gmx.de> | Mon Jan 29 01:14:30 2024 +0100 |
tree | 1bb491773f5f661123181c4fcc74083c68abaa2d | |
parent | b50290f0f28649f902cdafdcd04eee157ba96083 [diff] [blame] |
Start ISO9660 support
diff --git a/src/vfs.h b/src/vfs.h index d811def..cff04cd 100644 --- a/src/vfs.h +++ b/src/vfs.h
@@ -31,5 +31,8 @@ int ext2fs_mount(void); int ext2fs_read(char *buf, int len); int ext2fs_dir(char *path); +int iso9660_mount(void); +int iso9660_read(char *buf, int len); +int iso9660_dir(char *path); #endif /* VFS_H */