Implementation of a IsoStream to read from a memory buffer.

This commit is contained in:
Vreixo Formoso
2008-01-11 16:42:18 +01:00
parent cd8943105c
commit 807c43b20e
3 changed files with 166 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#define ISO_LOCAL_FS_ID 1
#define ISO_IMAGE_FS_ID 2
#define ISO_ELTORITO_FS_ID 3
#define ISO_MEM_FS_ID 4
typedef struct Iso_File_Source IsoFileSource;
typedef struct Iso_Filesystem IsoFilesystem;