From: batt Date: Mon, 28 Sep 2009 09:28:43 +0000 (+0000) Subject: Add missing prototypes. X-Git-Tag: 2.3.0~100 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=295bea177b42a27900e844834ac9c7febfbc84b4;hp=9a5999eef8da573fca01ea4b525b0eb39318eb87;p=bertos.git Add missing prototypes. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2980 38d2e660-2303-0410-9eaa-f027e97ec537 --- 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 */