1 #include <stdint.h>
2 #include <stdbool.h>
3 
4 uint16_t hamming_16_11_parity(uint16_t* data);
5 bool hamming_16_11(uint16_t* data);