Device specific functions.
Definition at line 235 of file uromfs.c.
References FS_FILE_SEEK.
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.
Definition at line 256 of file uromfs.c.