Start implementation of IsoFilesystem for reading ISO images.

This commit is contained in:
Vreixo Formoso
2007-12-30 21:39:17 +01:00
parent 135ac835eb
commit d8cb56ecf3
6 changed files with 461 additions and 0 deletions

View File

@ -45,4 +45,8 @@
#define ISO_MANGLE_TOO_MUCH_FILES -200
/* image read errors */
#define ISO_WRONG_PVD -300
#endif /*LIBISO_ERROR_H_*/