[PATCH] lib/crc16: added crc16 algorithm.
authorEvgeniy Polyakov <johnpol@2ka.mipt.ru>
Wed, 17 Aug 2005 11:17:26 +0000 (15:17 +0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 8 Sep 2005 21:41:27 +0000 (14:41 -0700)
commit7657ec1fcb69e266ab876af56332d0c484ca6d00
tree6118ceffa2f83f43c3086941d96011dc1abeb459
parenta3d65f254274567daa89d8b99ab3d481d60fcaef
[PATCH] lib/crc16: added crc16 algorithm.

Add the crc16 routines, as used by w1 devices.

Signed-off-by: Ben Gardner <bgardner@wabtec.com>
Signed-off-by: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/linux/crc16.h [new file with mode: 0644]
lib/Kconfig
lib/Makefile
lib/crc16.c [new file with mode: 0644]