https://github.com/torvalds/linux
Raw File
Tip revision: 4f9a10bce7df56decbc3d2e80efa1e11a8980daf authored by gdalbeniz on 07 July 2014, 11:09:59 UTC
Merge pull request #1 from torvalds/master
Tip revision: 4f9a10b
hash.h
#ifndef __ASM_GENERIC_HASH_H
#define __ASM_GENERIC_HASH_H

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

#endif /* __ASM_GENERIC_HASH_H */
back to top