* * $Log: blockdev.h,v $ * Revision 1.3 2008/08/11 06:59:59 haraldkipp * BSD types replaced by stdint types (feature request #1282721). * * Revision 1.2 2006/04/07 12:57:48 haraldkipp * Added ioctl(NUTBLKDEV_MEDIAAVAIL). * * Revision 1.1 2006/01/05 16:32:05 haraldkipp * First check-in. * * *
Definition in file blockdev.h.
Go to the source code of this file.
Data Structures | |
struct | _BLKPAR_SEEK |
struct | _BLKPAR_INFO |
Control Codes | |
#define | NUTBLKDEV_MEDIAAVAIL 0x1200 |
Query for media change. | |
#define | NUTBLKDEV_MEDIACHANGE 0x1201 |
Query for media change. | |
#define | NUTBLKDEV_INFO 0x1202 |
Retrieve device information. | |
#define | NUTBLKDEV_SEEK 0x1203 |
Block seek request. | |
Typedefs | |
typedef struct _BLKPAR_SEEK | BLKPAR_SEEK |
typedef struct _BLKPAR_INFO | BLKPAR_INFO |