Synopsis
typedef struct {
  libmem_driver_inrange_fn_t inrange;
  libmem_driver_read_fn_t read;
  libmem_driver_crc32_fn_t crc32;
} _libmem_ext_driver_functions_t;
Description

_libmem_ext_driver_functions_t is a structure containing pointers to a LIBMEM driver's extended functions.

Member Description
inrange A pointer to a LIBMEM driver's inrange function
read A pointer to a LIBMEM driver's read function
crc32 A pointer to a LIBMEM driver's crc32 function