summaryrefslogtreecommitdiff
path: root/cpu/o3/fu_pool.hh
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/o3/fu_pool.hh')
-rw-r--r--cpu/o3/fu_pool.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpu/o3/fu_pool.hh b/cpu/o3/fu_pool.hh
index d7b7acadb..7df5ad5f3 100644
--- a/cpu/o3/fu_pool.hh
+++ b/cpu/o3/fu_pool.hh
@@ -154,6 +154,9 @@ class FUPool : public SimObject
unsigned getIssueLatency(OpClass capability) {
return maxIssueLatencies[capability];
}
+
+ void switchOut();
+ void takeOverFrom();
};
#endif // __CPU_O3_FU_POOL_HH__