From ecee328c9244504f616a3b8cd352fca3d3e4b6e7 Mon Sep 17 00:00:00 2001 From: "Daniel R. Carvalho" Date: Mon, 5 Feb 2018 16:32:23 +0100 Subject: mem: Standardize mem folder header guards Standardize all header guards in the mem directory according to the most frequent patterns. In general they have the form: mem: __FOLDER_TREE_FILE_NAME_HH__ ruby: __FOLDER_TREE_FILENAME_HH__ Change-Id: I983853e292deb302becf151bf0e970057dc24774 Reviewed-on: https://gem5-review.googlesource.com/7881 Reviewed-by: Nikos Nikoleris Maintainer: Nikos Nikoleris --- src/mem/ruby/slicc_interface/RubyRequest.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mem/ruby/slicc_interface/RubyRequest.hh') diff --git a/src/mem/ruby/slicc_interface/RubyRequest.hh b/src/mem/ruby/slicc_interface/RubyRequest.hh index 772441b5e..6c84f3823 100644 --- a/src/mem/ruby/slicc_interface/RubyRequest.hh +++ b/src/mem/ruby/slicc_interface/RubyRequest.hh @@ -26,8 +26,8 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef __MEM_RUBY_SLICC_INTERFACE_RUBY_REQUEST_HH__ -#define __MEM_RUBY_SLICC_INTERFACE_RUBY_REQUEST_HH__ +#ifndef __MEM_RUBY_SLICC_INTERFACE_RUBYREQUEST_HH__ +#define __MEM_RUBY_SLICC_INTERFACE_RUBYREQUEST_HH__ #include #include @@ -165,4 +165,4 @@ operator<<(std::ostream& out, const RubyRequest& obj) return out; } -#endif // __MEM_RUBY_SLICC_INTERFACE_RUBY_REQUEST_HH__ +#endif //__MEM_RUBY_SLICC_INTERFACE_RUBYREQUEST_HH__ -- cgit v1.2.3