11 #ifndef CTR_IO_IMPLEMENTATION_H_ 12 #define CTR_IO_IMPLEMENTATION_H_ 76 #include "ctr_io_implementation.c" 78 #endif//CTR_IO_IMPLEMENTATION_H_ int(* ctr_io_implementation_write_sector_f)(void *io, const void *buffer, size_t buffer_size, size_t sector)
Pointer to an io interface function for writing to sectors.
Definition: ctr_io_implementation.h:43
int(* ctr_io_implementation_read_sector_f)(void *io, void *buffer, size_t buffer_size, size_t sector, size_t count)
Pointer to an io interface function for reading sectors.
Definition: ctr_io_implementation.h:28