#include <stddef.h>
#include <sys/types.h>
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. | |
Variables | |
ROMENTRY * | romEntryList |
Linked list of all microROM files. |