URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [compat/] [linux/] [v2_0/] [include/] [linux/] [crc32.h] - Rev 308
Go to most recent revision | 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
Go to most recent revision | Compare with Previous | Blame | View Log