summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/ods68302/include/crc.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/m68k/ods68302/include/crc.h')
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/include/crc.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/c/src/lib/libbsp/m68k/ods68302/include/crc.h b/c/src/lib/libbsp/m68k/ods68302/include/crc.h
deleted file mode 100644
index ac0ffa5ba8..0000000000
--- a/c/src/lib/libbsp/m68k/ods68302/include/crc.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/*****************************************************************************/
-/*
- CRC 16 Calculate Interface
-
-*/
-/*****************************************************************************/
-
-#ifndef _CRC_H_
-#define _CRC_H_
-
- /* ----
- F U N C T I O N S
- */
-#if __cplusplus
-extern "C"
-{
-#endif
-
-uint16_t calc_crc(void *data, uint32_t count);
-
-#if __cplusplus
-}
-#endif
-#endif