tools/adflib: build only host variant which is used by Sam440 target
[AROS.git] / rom / filesys / pfs3 / fs / lru_protos.h
blob96399bfc1708f6a6866ecb97cee45e7868ebd6ef
1 /* Prototypes for functions defined in
2 lru.c
3 */
5 BOOL InitLRU(globaldata *, UWORD);
6 void DeallocLRU(globaldata *);
8 struct cachedblock * AllocLRU(globaldata * );
10 void FlushBlock(struct cachedblock * , globaldata * );
12 void UpdateReference(ULONG , struct cdirblock * , globaldata * );
14 void UpdateLE(listentry_t * , globaldata * );
16 void UpdateLE_exa(lockentry_t * , globaldata * );
18 struct cachedblock * CheckCache(struct MinList * , UWORD , ULONG , globaldata * );
20 void ResToBeFreed(ULONG blocknr, globaldata *g);