diff options
Diffstat (limited to 'tools/perf/util/include/asm/hash.h')
-rw-r--r-- | tools/perf/util/include/asm/hash.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/perf/util/include/asm/hash.h b/tools/perf/util/include/asm/hash.h new file mode 100644 index 00000000000..d82b170bb21 --- /dev/null +++ b/tools/perf/util/include/asm/hash.h @@ -0,0 +1,6 @@ +#ifndef __ASM_GENERIC_HASH_H +#define __ASM_GENERIC_HASH_H + +/* Stub */ + +#endif /* __ASM_GENERIC_HASH_H */ |