summaryrefslogtreecommitdiff
path: root/include/asm-generic/hash.h
blob: 05cb3421ee7e5cbf3c762821cf049016dbc0a3ab (plain)
1
2
3
4
5
6
7
8
9
#ifndef __ASM_GENERIC_HASH_H
#define __ASM_GENERIC_HASH_H

struct arch_hash_ops;
static inline void setup_arch_fast_hash(struct arch_hash_ops *ops)
{
}

#endif /* __ASM_GENERIC_HASH_H */