X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Frtos%2Frtos_embkernel_stackings.h;h=89a0c2f1254c241f7b47081650d6a4830dcf8ab7;hb=4ab75a3634901c4e3897d771e2c75a64c7353c28;hp=9de00c691b6907b74d0a506f354af706d0ccbebe;hpb=a07a3d2d44aca2af0c16ff94eb8dec755220ec3e;p=openocd.git diff --git a/src/rtos/rtos_embkernel_stackings.h b/src/rtos/rtos_embkernel_stackings.h index 9de00c691b..89a0c2f125 100644 --- a/src/rtos/rtos_embkernel_stackings.h +++ b/src/rtos/rtos_embkernel_stackings.h @@ -13,13 +13,11 @@ * 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., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * along with this program. If not, see . * ***************************************************************************/ -#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,6 +25,6 @@ #include "rtos.h" -extern const struct rtos_register_stacking rtos_embkernel_Cortex_M3_stacking; +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 */