2005-04-17 05:20:36 +07:00
|
|
|
#ifndef _LINUX_CRC32C_H
|
|
|
|
#define _LINUX_CRC32C_H
|
|
|
|
|
|
|
|
#include <linux/types.h>
|
|
|
|
|
2008-11-07 14:11:47 +07:00
|
|
|
extern u32 crc32c(u32 crc, const void *address, unsigned int length);
|
2005-04-17 05:20:36 +07:00
|
|
|
|
|
|
|
#endif /* _LINUX_CRC32C_H */
|