OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [peripheral/] [crc32.h] - Blame information for rev 19

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 19 jeremybenn
#ifndef __CRC32_H
2
#define __CRC32_H
3
 
4
 
5
/* Calculate CRC of buffer in one go */
6
unsigned long crc32( const void *buf, unsigned len );
7
 
8
/* Calculate incrementally */
9
void crc32_init( unsigned long *value );
10
void crc32_feed_bytes( unsigned long *value, const void *buf, unsigned len );
11
void crc32_close( unsigned long *value );
12
 
13
#endif /* ___CRC32_H */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.