47#define PHYSICAL_DRIVE_VALIDATE_UNINITIALIZATION ((uint8_t)0)
48#define PHYSICAL_DRIVE_VALIDATE_INITIALIZATION ((uint8_t)1)
64 pd_status_t (*read)(
physical_drive_t *
const ptr_this,
void * buffer,
unsigned long long addr,
unsigned long long size);
65 pd_status_t (*write)(
physical_drive_t *
const ptr_this,
const void * __generic_ptr buffer,
unsigned long long addr,
unsigned long long size);
66 pd_status_t (*trim)(
physical_drive_t *
const ptr_this,
unsigned long long addr,
unsigned long long size);
69typedef uint8_t physical_drive_validation_t;
73pd_status_t physical_drive_validate_drive(
physical_drive_t *
const physical_drive);
Physical Drive Base Data Structure Reference.
Definition physical_drive.h:127
Physical Drive Vector Table.
Definition pd_common.h:62