Micro-ROM File System.
[NUT/OSFile System API.]


Detailed Description

Simple program space file system.


Functions

int UromIOCtl (NUTDEVICE *dev, int req, void *conf)
 Device specific functions.

Variables

NUTDEVICE devUrom
 UROM device information structure.


Variable Documentation

NUTDEVICE devUrom

Initial value:

 {
    0,                          
    {'U', 'R', 'O', 'M', 0, 0, 0, 0, 0},        
    IFTYP_ROM,                  
    0,                          
    0,                          
    0,                          
    0,                          
    0,                          
    UromIOCtl,                  
    UromRead,                   
    UromWrite,                  



    UromOpen,                   
    UromClose,                  
    UromSize                    
}
UROM device information structure.

All this UROM stuff is so simple, that it even mimics its own device driver.


Generated on Tue Jan 23 21:12:26 2007 for BTnut System Software by doxygen 1.4.7