7 lines
259 B
C
7 lines
259 B
C
#include <stdint.h>
|
|
|
|
void read_width_4x2(uint8_t *buffer, uint64_t byte_count);
|
|
void read_width_8x2(uint8_t *buffer, uint64_t byte_count);
|
|
void read_width_16x2(uint8_t *buffer, uint64_t byte_count);
|
|
void read_width_32x2(uint8_t *buffer, uint64_t byte_count);
|