aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/crc24.h
blob: 358fcb58f003095131b6cea3492b13c70c7c0620 (plain)
1
2
3
4
5
6
7
8
#ifndef _CRC24_H
#define _CRC24_H

#define INIT_CRC24	0xffffff

u_int32_t crc24_calc(u_int32_t fcs, u_int8_t *cp, unsigned int len);

#endif