X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Frtos%2Frtos_standard_stackings.h;h=b76e2bb6dfd532e307b60bc6cc497dd416c05dca;hb=356f8a74122b45b383c141358ee7b11adf7a37f0;hp=1e8568ceeafff03069033bb18a580c0b0c9d88c7;hpb=b69119668ed8d9633280f8b596fe9af60f51644b;p=openocd.git diff --git a/src/rtos/rtos_standard_stackings.h b/src/rtos/rtos_standard_stackings.h index 1e8568ceea..b76e2bb6df 100644 --- a/src/rtos/rtos_standard_stackings.h +++ b/src/rtos/rtos_standard_stackings.h @@ -15,7 +15,7 @@ * 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. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * ***************************************************************************/ #ifndef INCLUDED_RTOS_STANDARD_STACKINGS_H_ @@ -28,5 +28,7 @@ #include "rtos.h" extern const struct rtos_register_stacking rtos_standard_Cortex_M3_stacking; +extern const struct rtos_register_stacking rtos_standard_Cortex_R4_stacking; +extern const struct rtos_register_stacking rtos_standard_NDS32_N1068_stacking; -#endif //ifndef INCLUDED_RTOS_STANDARD_STACKINGS_H_ +#endif /* ifndef INCLUDED_RTOS_STANDARD_STACKINGS_H_ */