summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/include/linux/crc32c.h
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/include/linux/crc32c.h')
-rw-r--r--ANDROID_3.4.5/include/linux/crc32c.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/ANDROID_3.4.5/include/linux/crc32c.h b/ANDROID_3.4.5/include/linux/crc32c.h
deleted file mode 100644
index bd8b44d9..00000000
--- a/ANDROID_3.4.5/include/linux/crc32c.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef _LINUX_CRC32C_H
-#define _LINUX_CRC32C_H
-
-#include <linux/types.h>
-
-extern u32 crc32c(u32 crc, const void *address, unsigned int length);
-
-/* This macro exists for backwards-compatibility. */
-#define crc32c_le crc32c
-
-#endif /* _LINUX_CRC32C_H */