Nut/OS  4.10.3
API Reference
Micro-ROM File System

Very simple read-only file system. More...

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.

Detailed Description

Very simple read-only file system.


Function Documentation

int UromIOCtl ( NUTDEVICE dev,
int  req,
void *  conf 
)

Device specific functions.

Definition at line 249 of file uromfs.c.

References FS_FILE_SEEK.


Variable Documentation

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                    
}

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().