ReactOS 0.4.16-dev-816-g135a9a9
|
Describes the block device driver interface to FullFAT. More...
#include <ff_ioman.h>
Public Attributes | |
FF_WRITE_BLOCKS | fnpWriteBlocks |
Function Pointer, to write a block(s) from a block device. | |
FF_READ_BLOCKS | fnpReadBlocks |
Function Pointer, to read a block(s) from a block device. | |
FF_T_UINT16 | devBlkSize |
Block size that the driver deals with. | |
void * | pParam |
Pointer to some parameters e.g. for a Low-Level Driver Handle. | |
Describes the block device driver interface to FullFAT.
Definition at line 89 of file ff_ioman.h.
FF_T_UINT16 FF_BLK_DEVICE::devBlkSize |
Block size that the driver deals with.
Definition at line 92 of file ff_ioman.h.
FF_READ_BLOCKS FF_BLK_DEVICE::fnpReadBlocks |
Function Pointer, to read a block(s) from a block device.
Definition at line 91 of file ff_ioman.h.
FF_WRITE_BLOCKS FF_BLK_DEVICE::fnpWriteBlocks |
Function Pointer, to write a block(s) from a block device.
Definition at line 90 of file ff_ioman.h.
void* FF_BLK_DEVICE::pParam |
Pointer to some parameters e.g. for a Low-Level Driver Handle.
Definition at line 93 of file ff_ioman.h.