summaryrefslogtreecommitdiff
path: root/src/systemc/ext/tlm_core/1/req_rsp/interfaces
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemc/ext/tlm_core/1/req_rsp/interfaces')
-rw-r--r--src/systemc/ext/tlm_core/1/req_rsp/interfaces/core_ifs.hh (renamed from src/systemc/ext/tlm_core/1/req_rsp/interfaces/core_ifs.h)8
-rw-r--r--src/systemc/ext/tlm_core/1/req_rsp/interfaces/fifo_ifs.hh (renamed from src/systemc/ext/tlm_core/1/req_rsp/interfaces/fifo_ifs.h)8
-rw-r--r--src/systemc/ext/tlm_core/1/req_rsp/interfaces/master_slave_ifs.hh (renamed from src/systemc/ext/tlm_core/1/req_rsp/interfaces/master_slave_ifs.h)8
-rw-r--r--src/systemc/ext/tlm_core/1/req_rsp/interfaces/tag.hh (renamed from src/systemc/ext/tlm_core/1/req_rsp/interfaces/tag.h)6
4 files changed, 15 insertions, 15 deletions
diff --git a/src/systemc/ext/tlm_core/1/req_rsp/interfaces/core_ifs.h b/src/systemc/ext/tlm_core/1/req_rsp/interfaces/core_ifs.hh
index 2a5778784..bb05a2101 100644
--- a/src/systemc/ext/tlm_core/1/req_rsp/interfaces/core_ifs.h
+++ b/src/systemc/ext/tlm_core/1/req_rsp/interfaces/core_ifs.hh
@@ -17,10 +17,10 @@
*****************************************************************************/
-#ifndef __SYSTEMC_EXT_TLM_CORE_1_REQ_RSP_INTERFACES_CORE_IFS_H__
-#define __SYSTEMC_EXT_TLM_CORE_1_REQ_RSP_INTERFACES_CORE_IFS_H__
+#ifndef __SYSTEMC_EXT_TLM_CORE_1_REQ_RSP_INTERFACES_CORE_IFS_HH__
+#define __SYSTEMC_EXT_TLM_CORE_1_REQ_RSP_INTERFACES_CORE_IFS_HH__
-#include "tlm_core/1/req_rsp/interfaces/tag.h"
+#include "tlm_core/1/req_rsp/interfaces/tag.hh"
namespace tlm
{
@@ -132,4 +132,4 @@ class tlm_get_peek_if : public virtual tlm_get_if<T>,
} // namespace tlm
-#endif /* __SYSTEMC_EXT_TLM_CORE_1_REQ_RSP_INTERFACES_CORE_IFS_H__ */
+#endif /* __SYSTEMC_EXT_TLM_CORE_1_REQ_RSP_INTERFACES_CORE_IFS_HH__ */
diff --git a/src/systemc/ext/tlm_core/1/req_rsp/interfaces/fifo_ifs.h b/src/systemc/ext/tlm_core/1/req_rsp/interfaces/fifo_ifs.hh
index 20d3b7e08..b6d06cef8 100644
--- a/src/systemc/ext/tlm_core/1/req_rsp/interfaces/fifo_ifs.h
+++ b/src/systemc/ext/tlm_core/1/req_rsp/interfaces/fifo_ifs.hh
@@ -17,10 +17,10 @@
*****************************************************************************/
-#ifndef __SYSTEMC_EXT_TLM_CORE_1_REQ_RSP_INTERFACES_FIFO_IFS_H__
-#define __SYSTEMC_EXT_TLM_CORE_1_REQ_RSP_INTERFACES_FIFO_IFS_H__
+#ifndef __SYSTEMC_EXT_TLM_CORE_1_REQ_RSP_INTERFACES_FIFO_IFS_HH__
+#define __SYSTEMC_EXT_TLM_CORE_1_REQ_RSP_INTERFACES_FIFO_IFS_HH__
-#include "tlm_core/1/req_rsp/interfaces/core_ifs.h"
+#include "tlm_core/1/req_rsp/interfaces/core_ifs.hh"
namespace tlm
{
@@ -76,4 +76,4 @@ class tlm_fifo_config_size_if : public virtual sc_core::sc_interface
} // namespace tlm
-#endif /* __SYSTEMC_EXT_TLM_CORE_1_REQ_RSP_INTERFACES_FIFO_IFS_H__ */
+#endif /* __SYSTEMC_EXT_TLM_CORE_1_REQ_RSP_INTERFACES_FIFO_IFS_HH__ */
diff --git a/src/systemc/ext/tlm_core/1/req_rsp/interfaces/master_slave_ifs.h b/src/systemc/ext/tlm_core/1/req_rsp/interfaces/master_slave_ifs.hh
index a1411c9ee..04c28ce60 100644
--- a/src/systemc/ext/tlm_core/1/req_rsp/interfaces/master_slave_ifs.h
+++ b/src/systemc/ext/tlm_core/1/req_rsp/interfaces/master_slave_ifs.hh
@@ -17,10 +17,10 @@
*****************************************************************************/
-#ifndef __TLM_CORE_1_REQ_RSP_INTERFACES_MASTER_SLAVE_IFS_H__
-#define __TLM_CORE_1_REQ_RSP_INTERFACES_MASTER_SLAVE_IFS_H__
+#ifndef __TLM_CORE_1_REQ_RSP_INTERFACES_MASTER_SLAVE_IFS_HH__
+#define __TLM_CORE_1_REQ_RSP_INTERFACES_MASTER_SLAVE_IFS_HH__
-#include "tlm_core/1/req_rsp/interfaces/core_ifs.h"
+#include "tlm_core/1/req_rsp/interfaces/core_ifs.hh"
namespace tlm
{
@@ -72,4 +72,4 @@ class tlm_slave_if : public virtual tlm_put_if<RSP>,
} // namespace tlm
-#endif /* __TLM_CORE_1_REQ_RSP_INTERFACES_MASTER_SLAVE_IFS_H__ */
+#endif /* __TLM_CORE_1_REQ_RSP_INTERFACES_MASTER_SLAVE_IFS_HH__ */
diff --git a/src/systemc/ext/tlm_core/1/req_rsp/interfaces/tag.h b/src/systemc/ext/tlm_core/1/req_rsp/interfaces/tag.hh
index 7aa7581c8..19e5f7a70 100644
--- a/src/systemc/ext/tlm_core/1/req_rsp/interfaces/tag.h
+++ b/src/systemc/ext/tlm_core/1/req_rsp/interfaces/tag.hh
@@ -17,8 +17,8 @@
*****************************************************************************/
-#ifndef __SYSTEMC_EXT_TLM_CORE_1_REQ_RSP_INTERFACES_TAG_H__
-#define __SYSTEMC_EXT_TLM_CORE_1_REQ_RSP_INTERFACES_TAG_H__
+#ifndef __SYSTEMC_EXT_TLM_CORE_1_REQ_RSP_INTERFACES_TAG_HH__
+#define __SYSTEMC_EXT_TLM_CORE_1_REQ_RSP_INTERFACES_TAG_HH__
namespace tlm
{
@@ -29,4 +29,4 @@ class tlm_tag
}
-#endif /* __SYSTEMC_EXT_TLM_CORE_1_REQ_RSP_INTERFACES_TAG_H__ */
+#endif /* __SYSTEMC_EXT_TLM_CORE_1_REQ_RSP_INTERFACES_TAG_HH__ */