Make #include guard naming consistent
[fw/openocd] / src / rtos / rtos_embkernel_stackings.h
index f664afa7b8bd7bb76d3a79cd2d9e286d16362d4e..89a0c2f1254c241f7b47081650d6a4830dcf8ab7 100644 (file)
@@ -16,8 +16,8 @@
  *   along with this program.  If not, see <http://www.gnu.org/licenses/>. *
  ***************************************************************************/
 
-#ifndef INCLUDED_RTOS_EMBKERNEL_STACKINGS_H_
-#define INCLUDED_RTOS_EMBKERNEL_STACKINGS_H_
+#ifndef OPENOCD_RTOS_RTOS_EMBKERNEL_STACKINGS_H
+#define OPENOCD_RTOS_RTOS_EMBKERNEL_STACKINGS_H
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -27,4 +27,4 @@
 
 extern const struct rtos_register_stacking rtos_embkernel_Cortex_M_stacking;
 
-#endif /* ifndef INCLUDED_RTOS_EMBKERNEL_STACKINGS_H_ */
+#endif /* OPENOCD_RTOS_RTOS_EMBKERNEL_STACKINGS_H */