summaryrefslogtreecommitdiff
path: root/src/systemc/ext/core/_using.hh
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2018-06-18 17:50:08 -0700
committerGabe Black <gabeblack@google.com>2018-09-05 05:58:12 +0000
commit1ab49504cfda08838395c71374de307a82358d2b (patch)
treee9c8862d229674d81569dfc5610a17368ec25fbd /src/systemc/ext/core/_using.hh
parentc7c0678cc6c400bc91af2a838dd26356320bc2d2 (diff)
downloadgem5-1ab49504cfda08838395c71374de307a82358d2b.tar.xz
systemc: Add the nonstandard sc_join class and sc_thread_handle type.
Change-Id: I09905bad4797d9c456229afe601006ce16977394 Reviewed-on: https://gem5-review.googlesource.com/11353 Reviewed-by: Gabe Black <gabeblack@google.com> Maintainer: Gabe Black <gabeblack@google.com>
Diffstat (limited to 'src/systemc/ext/core/_using.hh')
-rw-r--r--src/systemc/ext/core/_using.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/systemc/ext/core/_using.hh b/src/systemc/ext/core/_using.hh
index 9c779fd9d..71d4cf909 100644
--- a/src/systemc/ext/core/_using.hh
+++ b/src/systemc/ext/core/_using.hh
@@ -51,6 +51,9 @@ using sc_core::sc_export;
using sc_core::sc_interface;
+using sc_core::sc_thread_handle;
+using sc_core::sc_join;
+
using sc_core::sc_argc;
using sc_core::sc_argv;
using sc_core::sc_starvation_policy;