[linux-kernel] Separate xxhash into its own module

This commit is contained in:
Nick Terrell
2017-05-16 15:52:35 -07:00
parent bd1964a988
commit b3ebe9b77c
14 changed files with 1694 additions and 980 deletions
@@ -0,0 +1,6 @@
#ifndef LINUX_ERRNO_H_
#define LINUX_ERRNO_H_
#define EINVAL 22
#endif // LINUX_ERRNO_H_