summaryrefslogtreecommitdiff
path: root/include/linux/crc32c.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/crc32c.h')
-rw-r--r--include/linux/crc32c.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/crc32c.h b/include/linux/crc32c.h
new file mode 100644
index 00000000..f198ab2c
--- /dev/null
+++ b/include/linux/crc32c.h
@@ -0,0 +1,6 @@
+#ifndef _LINUX_CRC32C_H
+#define _LINUX_CRC32C_H
+
+#include "../../ccan/crc/crc.h"
+
+#endif /* _LINUX_CRC32C_H */