summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/sim68000/include/bsp.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2015-07-16 08:43:51 -0700
committerJoel Sherrill <joel.sherrill@oarcorp.com>2015-07-16 08:43:51 -0700
commit4784214a6ae95ce550ace36bb54e08e6669f9b74 (patch)
tree1534d0742d6c6e1da986626b033386bdd782a01d /c/src/lib/libbsp/m68k/sim68000/include/bsp.h
parentMost bsp.h: Switch to LIBBSP_@CPU@_@BSP_FAMILY@_H for guard (diff)
downloadrtems-4784214a6ae95ce550ace36bb54e08e6669f9b74.tar.bz2
remaining bsp.h: Fix by hand to LIBBSP_@CPU@_@BSP_FAMILY@_BSP_H
These files were left after running the script in the previous patch.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/m68k/sim68000/include/bsp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/m68k/sim68000/include/bsp.h b/c/src/lib/libbsp/m68k/sim68000/include/bsp.h
index fbfc37ce53..c0337d12ce 100644
--- a/c/src/lib/libbsp/m68k/sim68000/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/sim68000/include/bsp.h
@@ -11,8 +11,8 @@
* http://www.rtems.org/license/LICENSE.
*/
-#ifndef __BSVC_SIM
-#define __BSVC_SIM
+#ifndef LIBBSP_M68K_SIM68000_BSP_H
+#define LIBBSP_M68K_SIM68000_BSP_H
#include <bspopts.h>
#include <bsp/default-initial-extension.h>