RTEMS
6.2
Loading...
Searching...
No Matches
cpukit
libfs
src
jffs2
include
linux
crc32.h
1
#ifndef CRC32_H
2
#define CRC32_H
3
4
#include <zlib.h>
5
6
#undef crc32
7
#define crc32(val, s, len) (crc32_z(val ^ 0xffffffff, (unsigned char *)s, len) ^ 0xffffffff)
8
9
#endif
Generated by
1.9.6