From 1ab49504cfda08838395c71374de307a82358d2b Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Mon, 18 Jun 2018 17:50:08 -0700 Subject: 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 Maintainer: Gabe Black --- src/systemc/ext/core/_using.hh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/systemc/ext/core/_using.hh') 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; -- cgit v1.2.3