summaryrefslogtreecommitdiff
path: root/dev/alpha_access.h
diff options
context:
space:
mode:
authorSteve Reinhardt <stever@eecs.umich.edu>2003-10-28 12:56:17 -0800
committerSteve Reinhardt <stever@eecs.umich.edu>2003-10-28 12:56:17 -0800
commite12e64a0718f6805c1203e1d11a39abaf0d9483b (patch)
tree3908a0650ad9a4022fb906c553c3648d31c1fcb4 /dev/alpha_access.h
parent18205206972932a236d0bf4f427918b57f9857f0 (diff)
parentb90f810575679442d78c0e9cd0c98a057ba4871b (diff)
downloadgem5-e12e64a0718f6805c1203e1d11a39abaf0d9483b.tar.xz
Merge zizzer:bk/m5 into isabel.reinhardt.house:/z/stever/ser/m5
--HG-- extra : convert_revision : 50aa3791d27a17c4ea2fb4aee1a67011bd2abec1
Diffstat (limited to 'dev/alpha_access.h')
-rw-r--r--dev/alpha_access.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/dev/alpha_access.h b/dev/alpha_access.h
index ef33633e5..4bba39c4f 100644
--- a/dev/alpha_access.h
+++ b/dev/alpha_access.h
@@ -41,6 +41,11 @@ typedef uint64 UINT64;
#else
typedef uint32_t UINT32;
typedef uint64_t UINT64;
+
+#include <ostream>
+#include <string>
+class IniFile;
+
#endif
// This structure hacked up from simos
@@ -74,6 +79,11 @@ struct AlphaAccess
UINT64 bootStrapImpure; // 70:
UINT32 bootStrapCPU; // 78:
UINT32 align2; // 7C: Dummy placeholder for alignment
+
+#ifndef CONSOLE
+ void serialize(std::ostream &os);
+ void unserialize(IniFile &db, const std::string &section);
+#endif
};
#endif // __ALPHA_ACCESS_H__