flash/nor/stm32l4x: fix minor errors in flash write/async algo
[fw/openocd] / src / rtos / rtos_mqx_stackings.h
index 9536c400f26801e75790a94d716544db0a96c37d..6ebd28789cb49d9f32d69bcc237800ba39b68130 100644 (file)
  *   GNU General Public License for more details.                          *
  *                                                                         *
  *   You should have received a copy of the GNU General Public License     *
- *   along with this program; if not, write to the                         *
- *   Free Software Foundation, Inc.                                        *
+ *   along with this program.  If not, see <http://www.gnu.org/licenses/>. *
  ***************************************************************************/
 
-#ifndef INCLUDED_RTOS_MQX_STACKINGS_H_
-#define INCLUDED_RTOS_MQX_STACKINGS_H_
+#ifndef OPENOCD_RTOS_RTOS_MQX_STACKINGS_H
+#define OPENOCD_RTOS_RTOS_MQX_STACKINGS_H
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -28,5 +27,4 @@
 
 extern const struct rtos_register_stacking rtos_mqx_arm_v7m_stacking;
 
-#endif /* ifndef INCLUDED_RTOS_MQX_STACKINGS_H_ */
-
+#endif /* OPENOCD_RTOS_RTOS_MQX_STACKINGS_H */