GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / include / linux / crc32c.h
blobbd8b44d96bdcbd38e764ddfa7b8d6cbed43ebe5d
1 #ifndef _LINUX_CRC32C_H
2 #define _LINUX_CRC32C_H
4 #include <linux/types.h>
6 extern u32 crc32c(u32 crc, const void *address, unsigned int length);
8 /* This macro exists for backwards-compatibility. */
9 #define crc32c_le crc32c
11 #endif /* _LINUX_CRC32C_H */