aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/crc24.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/crc24.h')
-rw-r--r--openbsc/include/openbsc/crc24.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/openbsc/include/openbsc/crc24.h b/openbsc/include/openbsc/crc24.h
deleted file mode 100644
index 756638c03..000000000
--- a/openbsc/include/openbsc/crc24.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef _CRC24_H
-#define _CRC24_H
-
-#include <stdint.h>
-
-#define INIT_CRC24 0xffffff
-
-uint32_t crc24_calc(uint32_t fcs, uint8_t *cp, unsigned int len);
-
-#endif