Data Structures | |
struct | _ROMENTRY |
Mikro-ROM directory entry structure. More... | |
struct | _ROMFILE |
Mikro-ROM file information structure. More... | |
Typedefs | |
typedef struct _ROMENTRY | ROMENTRY |
Mikro-ROM directory entry type. | |
typedef struct _ROMFILE | ROMFILE |
Mikro-ROM file information type. | |
Functions | |
ROMFILE* | NutRomFileOpen (char *name) |
Opens an existing file for reading. More... | |
int | NutRomFileClose (ROMFILE *romf) |
Close a previously opened file. More... | |
int | NutRomFileRead (ROMFILE *romf, void *data, int size) |
Read data from a file. More... | |
int | NutRomFileSize (ROMFILE *romf) |
Retrieve the size of a file. More... | |
int | NutRomFileSeek (ROMFILE *romf, int pos) |
Move the file pointer to a new position. More... | |
Variables | |
ROMENTRY* | romEntryList |
Linked list of all microROM files. |