diff options
Diffstat (limited to 'tools/include/linux')
-rw-r--r-- | tools/include/linux/hash.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/include/linux/hash.h b/tools/include/linux/hash.h new file mode 100644 index 000000000000..d026c6573018 --- /dev/null +++ b/tools/include/linux/hash.h @@ -0,0 +1,5 @@ +#include "../../../include/linux/hash.h" + +#ifndef _TOOLS_LINUX_HASH_H +#define _TOOLS_LINUX_HASH_H +#endif |