blob: b6312843dbd92cd6bf1a636d01212960759ccf71 [file] [log] [blame]
Francesco Fusco71ae8aa2013-12-12 16:09:05 +01001#ifndef __ASM_GENERIC_HASH_H
2#define __ASM_GENERIC_HASH_H
3
Francesco Fusco23721752013-12-18 16:05:48 +01004struct fast_hash_ops;
5static inline void setup_arch_fast_hash(struct fast_hash_ops *ops)
Francesco Fusco71ae8aa2013-12-12 16:09:05 +01006{
7}
8
9#endif /* __ASM_GENERIC_HASH_H */