Definition at line 21 of file bdm.h.
◆ priv
Definition at line 24 of file bdm.h.
◆ name
Definition at line 29 of file bdm.h.
◆ devNr
unsigned int block_device::devNr |
Definition at line 30 of file bdm.h.
◆ parNr
unsigned int block_device::parNr |
Definition at line 31 of file bdm.h.
◆ parId
unsigned char block_device::parId |
Definition at line 32 of file bdm.h.
◆ sectorSize
unsigned int block_device::sectorSize |
Definition at line 34 of file bdm.h.
◆ sectorOffset
u64 block_device::sectorOffset |
Definition at line 35 of file bdm.h.
◆ sectorCount
u64 block_device::sectorCount |
Definition at line 36 of file bdm.h.
◆ read
int(* block_device::read) (struct block_device *bd, u64 sector, void *buffer, u16 count) |
Definition at line 38 of file bdm.h.
◆ write
int(* block_device::write) (struct block_device *bd, u64 sector, const void *buffer, u16 count) |
Definition at line 39 of file bdm.h.
◆ flush
Definition at line 40 of file bdm.h.
◆ stop
Definition at line 41 of file bdm.h.
The documentation for this struct was generated from the following file: