summaryrefslogtreecommitdiff
path: root/src/systemc/ext/channel/_using.hh
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2018-06-15 17:01:57 -0700
committerGabe Black <gabeblack@google.com>2018-08-22 01:03:23 +0000
commit00b411d8d28af46b9067fe252cebd8dddd0ebfec (patch)
tree717b67d8799f8221b25e0d11a220e2de227afa60 /src/systemc/ext/channel/_using.hh
parent3b7441e9f7c0756fb6d202ff7b6bbccec1e62281 (diff)
downloadgem5-00b411d8d28af46b9067fe252cebd8dddd0ebfec.tar.xz
systemc: Define the nonstandard sc_event_queue_port typedef.
Used in the tests. Change-Id: Ic4b4a313b2bd02e5cb3ec07c4f7ee79219728881 Reviewed-on: https://gem5-review.googlesource.com/11262 Reviewed-by: Gabe Black <gabeblack@google.com> Maintainer: Gabe Black <gabeblack@google.com>
Diffstat (limited to 'src/systemc/ext/channel/_using.hh')
-rw-r--r--src/systemc/ext/channel/_using.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/systemc/ext/channel/_using.hh b/src/systemc/ext/channel/_using.hh
index 307e89f21..e582ea282 100644
--- a/src/systemc/ext/channel/_using.hh
+++ b/src/systemc/ext/channel/_using.hh
@@ -39,7 +39,9 @@ using sc_core::sc_in_clk;
using sc_core::sc_inout_clk;
using sc_core::sc_out_clk;
+using sc_core::sc_event_queue_if;
using sc_core::sc_event_queue;
+using sc_core::sc_event_queue_port;
using sc_core::sc_fifo;