From 295bea177b42a27900e844834ac9c7febfbc84b4 Mon Sep 17 00:00:00 2001 From: batt Date: Mon, 28 Sep 2009 09:28:43 +0000 Subject: [PATCH] Add missing prototypes. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2980 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/algo/crc.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bertos/algo/crc.h b/bertos/algo/crc.h index b64d140f..9696e4f1 100644 --- a/bertos/algo/crc.h +++ b/bertos/algo/crc.h @@ -105,6 +105,10 @@ INLINE uint16_t updcrc16(uint8_t c, uint16_t oldcrc) */ extern uint16_t crc16(uint16_t crc, const void *buf, size_t len); +int crc_testSetup(void); +int crc_testRun(void); +int crc_testTearDown(void); + EXTERN_C_END #endif /* ALGO_CRC_H */ -- 2.25.1