[PATCH 1/2] pc386/.../bsp.h: Change include guard

Joel Sherrill joel.sherrill at oarcorp.com
Thu Jul 16 14:47:49 UTC 2015


This is needed to follow the convention expected in nexus-devices.h
in the rtems-libbsd tree.
---
 c/src/lib/libbsp/i386/pc386/include/bsp.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/c/src/lib/libbsp/i386/pc386/include/bsp.h b/c/src/lib/libbsp/i386/pc386/include/bsp.h
index f537eb6..5a82ac2 100644
--- a/c/src/lib/libbsp/i386/pc386/include/bsp.h
+++ b/c/src/lib/libbsp/i386/pc386/include/bsp.h
@@ -44,8 +44,8 @@
 | **************************************************************************
 +--------------------------------------------------------------------------*/
 
-#ifndef _BSP_H
-#define _BSP_H
+#ifndef LIBBSP_I386_PC386_BSP_H
+#define LIBBSP_I386_PC386_BSP_H
 
 #ifndef ASM
 
-- 
1.7.1



More information about the devel mailing list