Collaboration diagram for Micro-ROM File System:
|
Functions | |
| int | UromIOCtl (NUTDEVICE *dev, int req, void *conf) |
| Device specific functions. | |
Variables | |
| NUTDEVICE | devUrom |
| UROM device information structure. | |
|
|
Initial value: {
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
}
All this UROM stuff is so simple, that it even mimics its own device driver. |