RTEMS CPU Kit with SuperCore
mnt
data0
chrisj
rtems
admin
rtems-admin.git
doxygen
builder
latest
rtems.git
cpukit
libfs
src
jffs2
include
linux
libfs/src/jffs2/include/linux/crc32.h
Go to the documentation of this file.
1
#ifndef CRC32_H
2
#define CRC32_H
3
4
#include <
zlib.h
>
5
#include <
cyg/crc/crc.h
>
6
7
#undef crc32
8
#define crc32(val, s, len) cyg_crc32_accumulate(val, (unsigned char *)s, len)
9
10
#endif
crc.h
zlib.h
Generated by
1.8.13