summaryrefslogtreecommitdiff
path: root/mcast/common/crc32.h
blob: f4bef5e148b22898100803058f552befc9d2c121 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/*
 * (c) BayCom GmbH, http://www.baycom.de, info@baycom.de
 *
 * See the COPYING file for copyright information and
 * how to reach the author.
 *
 */

/*
$Id: crc32.h,v 1.2 2006/01/02 18:24:04 rasc Exp $


 DVBSNOOP

 a dvb sniffer  and mpeg2 stream analyzer tool
 http://dvbsnoop.sourceforge.net/

 (c) 2001-2006   Rainer.Scherg@gmx.de (rasc)


 -- Code Module CRC32  taken von linuxtv.org

*/



#ifndef __CRC32_H
#define __CRC32_H


uint32_t dvb_crc32 (char *data, int len);


#endif