hash.h 187 B

123456789
  1. #ifndef __ASM_GENERIC_HASH_H
  2. #define __ASM_GENERIC_HASH_H
  3. struct fast_hash_ops;
  4. static inline void setup_arch_fast_hash(struct fast_hash_ops *ops)
  5. {
  6. }
  7. #endif /* __ASM_GENERIC_HASH_H */