1 #include <stdint.h>
2 
3 uint8_t decode_trellis(uint8_t *input, uint8_t size, uint8_t *output);
4