cachesim
A cache simulator
|
00001 /* -*- mode:c; coding: utf-8 -*- */ 00002 00008 #ifndef DIRECT_CACHE_H_INCLUDED 00009 #define DIRECT_CACHE_H_INCLUDED 00010 00011 #include "abstract_memory.h" 00012 #include "parse_config.h" 00013 #include "random.h" 00014 00025 AbstractMemory *direct_cache_create(ConfigFile *cfg, const char *var_prefix, StatisticsInfo *info, AbstractMemory *mem, Random *rnd); 00026 00027 #endif 00028 00029 /* 00030 * Local variables: 00031 * c-basic-offset: 4 00032 * End: 00033 */