summaryrefslogtreecommitdiff
path: root/src/include/cctki_Cache.h
blob: c924f3bf93c3326247f4186ae49574cb241ac16b (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
 /*@@
   @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 CCTKi_CacheDataSet(unsigned long cacheline_bytes,
                       unsigned long cache_size);

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

#ifdef __cplusplus
}
#endif

#endif /* _CCTKI_CACHE_H_ */