aboutsummaryrefslogtreecommitdiff
path: root/src/inc/stdalg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inc/stdalg.h')
-rwxr-xr-xsrc/inc/stdalg.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/inc/stdalg.h b/src/inc/stdalg.h
new file mode 100755
index 0000000..5f31cc5
--- /dev/null
+++ b/src/inc/stdalg.h
@@ -0,0 +1,8 @@
1#ifndef STDALG_H
2#define STDALG_H
3
4 #ifdef STDALGO_CRC7
5 unsigned char crc7(unsigned char* bytes, unsigned char size);
6 #endif
7
8#endif
..