Re: [RFC] lib: crc8: add new library module providing crc8

From: Arend van Spriel
Date: Mon May 23 2011 - 16:21:21 EST


On 05/22/2011 05:25 PM, George Spelvin wrote:
#define POLY 0xAB /* 1 + x^2 + x^4 + x^6 + x^7 (+ x^8) */
typedef uint8_t crc_type; /* Must be an unsigned type */


I think I understand the code a bit better. Your code is generic for any given crc_type.

Gr. AvS

--
Almost nobody dances sober, unless they happen to be insane.
-- H.P. Lovecraft --


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/