X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Frtos%2Frtos_ecos_stackings.h;h=951f7de506bf00ae5d5ac2b69fbbd91e3678a2bd;hb=5fbf4d4cc3f67ec8b2fb3d8a789117583a84e1a1;hp=3bcd7cb054eede3f9fad468e62f049538e306ce7;hpb=08d4411b59dd8bd0e7d8009003b71d23acbf6eee;p=openocd.git diff --git a/src/rtos/rtos_ecos_stackings.h b/src/rtos/rtos_ecos_stackings.h index 3bcd7cb054..951f7de506 100644 --- a/src/rtos/rtos_ecos_stackings.h +++ b/src/rtos/rtos_ecos_stackings.h @@ -11,13 +11,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., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * along with this program. If not, see . * ***************************************************************************/ -#ifndef INCLUDED_RTOS_STANDARD_STACKINGS_H_ -#define INCLUDED_RTOS_STANDARD_STACKINGS_H_ +#ifndef OPENOCD_RTOS_RTOS_ECOS_STACKINGS_H +#define OPENOCD_RTOS_RTOS_ECOS_STACKINGS_H #ifdef HAVE_CONFIG_H #include "config.h" @@ -27,4 +25,4 @@ extern const struct rtos_register_stacking rtos_eCos_Cortex_M3_stacking; -#endif /* ifndef INCLUDED_RTOS_STANDARD_STACKINGS_H_ */ +#endif /* OPENOCD_RTOS_RTOS_ECOS_STACKINGS_H */