Very simple read-only file system. More...
Functions | |
int | UromIOCtl (NUTDEVICE *dev, int req, void *conf) |
Device specific functions. | |
Variables | |
NUTDEVICE | devUrom |
UROM device information structure. |
Very simple read-only file system.
int UromIOCtl | ( | NUTDEVICE * | dev, |
int | req, | ||
void * | conf | ||
) |
{ 0, {'U', 'R', 'O', 'M', 0, 0, 0, 0, 0}, IFTYP_ROM, 0, 0, 0, 0, 0, UromIOCtl, UromRead, UromWrite, UromWrite_P, UromOpen, UromClose, UromSize }
UROM device information structure.
All this UROM stuff is so simple, that it even mimics its own device driver.
Definition at line 270 of file uromfs.c.
Referenced by main().