summaryrefslogtreecommitdiff
path: root/src/include/cctki_Cache.h
blob: 61015dbe7659d7e7d6286a7e8d5533fc1912decc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
 /*@@
   @header    cctki_Cache.h
   @date      Tue Nov 30 09:44:46 1999
   @author    Tom Goodale
   @desc 
   CCTK internal cache stuff.   
   @enddesc 
 @@*/

#ifndef _CCTKI_CACHE_H_
#define _CCTKI_CACHE_H_

#ifdef __cplusplus
extern "C"
{
#endif

int Utili_CacheDataSet(unsigned long cacheline_bytes,
                       unsigned long cache_size);

int Utili_CacheDataGet(unsigned long *cacheline_bytes,
                       unsigned long *cache_size);

int CCTKi_SetupCache(void);

#ifdef __cplusplus
}
#endif

#endif /* _CCTKI_CACHE_H_ */