projects
/
bertos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a5999e
)
Add missing prototypes.
author
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 28 Sep 2009 09:28:43 +0000
(09:28 +0000)
committer
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 28 Sep 2009 09:28:43 +0000
(09:28 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2980
38d2e660
-2303-0410-9eaa-
f027e97ec537
bertos/algo/crc.h
patch
|
blob
|
history
diff --git
a/bertos/algo/crc.h
b/bertos/algo/crc.h
index b64d140feb16adcb33f002120d16cbf35661b19b..9696e4f1606679d5ab53f8ad304edba209c4d72a 100644
(file)
--- 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 */