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