URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [compat/] [linux/] [v2_0/] [include/] [linux/] [crc32.h] - Rev 174
Compare with Previous | Blame | View Log
#ifndef CRC32_H #define CRC32_H #include <cyg/crc/crc.h> #define crc32(val, s, len) cyg_crc32_accumulate(val, (unsigned char *)s, len) #endif