diff options
| author | Borislav Petkov <[email protected]> | 2014-02-05 15:51:53 +0100 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2014-02-18 09:34:49 -0300 |
| commit | 0e55fa1131dcacfc8f18fabecc93643a105bdc14 (patch) | |
| tree | 139673281ba85f0f75194df970fbf28991025f90 /tools/include/linux | |
| parent | cd0cfad74eb88e54ba9d205da3ed376e48981448 (diff) | |
perf tools: Move hash.h header
Put it into tools/include/ for general usage.
Signed-off-by: Borislav Petkov <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Robert Richter <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
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 |