Go to the documentation of this file.
19 #include <linux/types.h>
22 #define CRC8_INIT_VALUE 0xFF
30 #define CRC8_GOOD_VALUE(_table) (_table[0xFF])
33 #define CRC8_TABLE_SIZE 256
36 #define DECLARE_CRC8_TABLE(_table) \
37 static u8 _table[CRC8_TABLE_SIZE]