mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-04 02:16:45 +07:00
8 lines
126 B
C
8 lines
126 B
C
|
#ifndef _FCACHE_H
|
||
|
#define _FCACHE_H 1
|
||
|
|
||
|
unsigned shash(const unsigned char *s);
|
||
|
bool file_available(const char *name);
|
||
|
|
||
|
#endif
|