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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/crc24.h b/openbsc/include/openbsc/crc24.h
index 358fcb58f..74c253f62 100644
--- a/openbsc/include/openbsc/crc24.h
+++ b/openbsc/include/openbsc/crc24.h
@@ -3,6 +3,6 @@
#define INIT_CRC24 0xffffff
-u_int32_t crc24_calc(u_int32_t fcs, u_int8_t *cp, unsigned int len);
+uint32_t crc24_calc(uint32_t fcs, uint8_t *cp, unsigned int len);
#endif