openocd: src/rtos: replace the GPL-2.0-or-later license tag
[openocd.git] / src / rtos / rtos_mqx_stackings.h
blobf86c05a40de980add7e07ab1c3cbf741876d0e4b
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 /***************************************************************************
4 * Copyright (C) 2014 by Marian Cingel *
5 * cingel.marian@gmail.com *
6 ***************************************************************************/
8 #ifndef OPENOCD_RTOS_RTOS_MQX_STACKINGS_H
9 #define OPENOCD_RTOS_RTOS_MQX_STACKINGS_H
11 #ifdef HAVE_CONFIG_H
12 #include "config.h"
13 #endif
15 #include "rtos.h"
17 extern const struct rtos_register_stacking rtos_mqx_arm_v7m_stacking;
19 #endif /* OPENOCD_RTOS_RTOS_MQX_STACKINGS_H */