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