From a740ee913ec8ba04cc53100440f94841648324e2 Mon Sep 17 00:00:00 2001 From: Philipp Tomsich Date: Sun, 25 Nov 2018 19:22:18 +0100 Subject: lib: merge CRC16-CCITT into u-boot/crc.h This merges the CRC16-CCITT headers into u-boot/crc.h to prepare for rolling CRC16 into the hash infrastructure. Given that CRC8, CRC32 and CRC32-C already have their prototypes in a single header file, it seems a good idea to also include CRC16-CCITT in the same. Signed-off-by: Philipp Tomsich --- common/xyzModem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/xyzModem.c') diff --git a/common/xyzModem.c b/common/xyzModem.c index 830fca8387..e5c65b480a 100644 --- a/common/xyzModem.c +++ b/common/xyzModem.c @@ -24,7 +24,7 @@ #include #include #include -#include +#include /* Assumption - run xyzModem protocol over the console port */ -- cgit v1.2.1