File nut/include/dev/blockdev.h


Included Files


Preprocessor definitions

#define DEV_BLOCKDEV_H_

#define NUTBLKDEV_MEDIAAVAIL 0x1200

#define NUTBLKDEV_MEDIACHANGE 0x1201

#define NUTBLKDEV_INFO 0x1202

#define NUTBLKDEV_SEEK 0x1203


Typedef BLKPAR_SEEK

typedef struct _BLKPAR_SEEK BLKPAR_SEEK
struct _BLKPAR_SEEK  
   {  
      NUTFILE* par_nfp;  
      u_long par_blknum;  
   }  

Typedef BLKPAR_INFO

typedef struct _BLKPAR_INFO BLKPAR_INFO
struct _BLKPAR_INFO  
   {  
      NUTFILE* par_nfp;  
      u_long par_nblks;  
      u_long par_blksz;  
      u_char* par_blkbp;  
   }