base: Move Stats::Info functions to its own source file
[gem5.git] / src / base / stats / info.hh
index ad34b39165ed5a19cc0ca89a801c5d137e2f3955..d9a66548d39ed9447cb9d4b9c3096f4c3e9165d4 100644 (file)
@@ -255,6 +255,9 @@ class SparseHistInfo : public Info
     SparseHistData data;
 };
 
+typedef std::map<std::string, Info *> NameMapType;
+NameMapType &nameMap();
+
 } // namespace Stats
 
 #endif // __BASE_STATS_INFO_HH__