summaryrefslogtreecommitdiff
path: root/src/systemc/ext/tlm
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2018-12-08 02:05:34 -0800
committerGabe Black <gabeblack@google.com>2019-01-09 01:32:29 +0000
commit275d2779656fd2dd72762b2eb16a738d1b3b2b18 (patch)
tree0c15a93a00f8c8529bbf456843bb137629fbe8a9 /src/systemc/ext/tlm
parent584a1f6723f8cc20319b6b594d70b19056fb7679 (diff)
downloadgem5-275d2779656fd2dd72762b2eb16a738d1b3b2b18.tar.xz
systemc: Fix style issues in the TLM header files.
Change-Id: Id12ffb9b56b3887afcf30120f81ce5eb75a5987b Reviewed-on: https://gem5-review.googlesource.com/c/15057 Reviewed-by: Anthony Gutierrez <anthony.gutierrez@amd.com> Maintainer: Anthony Gutierrez <anthony.gutierrez@amd.com>
Diffstat (limited to 'src/systemc/ext/tlm')
-rw-r--r--src/systemc/ext/tlm6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/systemc/ext/tlm b/src/systemc/ext/tlm
index b4fb9fe70..5ba3e4fc3 100644
--- a/src/systemc/ext/tlm
+++ b/src/systemc/ext/tlm
@@ -17,8 +17,8 @@
*****************************************************************************/
-#ifndef __TLM_HEADER__
-#define __TLM_HEADER__
+#ifndef __SYSTEMC_EXT_TLM__
+#define __SYSTEMC_EXT_TLM__
#include <systemc> // main SystemC header
@@ -30,4 +30,4 @@
#include "tlm_core/tlm_2/tlm_sockets/tlm_sockets.h"
#include "tlm_core/tlm_2/tlm_quantum/tlm_quantum.h"
-#endif /* TLM_HEADER_INCLUDED_ */
+#endif /* __SYSTEMC_EXT_TLM__ */