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

#define INIT_CRC24	0xffffff

uint32_t crc24_calc(uint32_t fcs, uint8_t *cp, unsigned int len);

#endif