Nut/OS  4.10.3
API Reference
uromfs.h File Reference

Micro-ROM file system definitions. More...

#include <stddef.h>
#include <sys/types.h>
#include <stdint.h>
Include dependency graph for uromfs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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.

Variables

ROMENTRYromEntryList
 Linked list of all microROM files.

Detailed Description

Micro-ROM file system definitions.

Definition in file uromfs.h.


Typedef Documentation

typedef struct _ROMENTRY ROMENTRY

Mikro-ROM directory entry type.

Definition at line 87 of file uromfs.h.

typedef struct _ROMFILE ROMFILE

Mikro-ROM file information type.

Definition at line 103 of file uromfs.h.


Variable Documentation

Linked list of all microROM files.