cachesim
A cache simulator
|
00001 /* -*- mode:c; coding: utf-8 -*- */ 00002 00003 #ifndef MEMORY_H_INCLUDED 00004 #define MEMORY_H_INCLUDED 00005 00011 #include "abstract_memory.h" 00012 #include "parse_config.h" 00013 00021 AbstractMemory *memory_create(ConfigFile *cfg, const char *var_prefix, StatisticsInfo *info); 00022 00023 #endif 00024 00025 /* 00026 * Local variables: 00027 * c-basic-offset: 4 00028 * End: 00029 */