tcl/target|board: add config Atheros ar2313
[fw/openocd] / src / rtos / rtos_chibios_stackings.h
index db45060b8044803dd4a0e3c1c003a75000ac16de..8ba2a6ca39cdccda62ecf9e3c7f6c0f2fac62041 100644 (file)
@@ -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_CHIBIOS_STACKINGS_H_
@@ -28,5 +28,6 @@
 #include "rtos.h"
 
 extern const struct rtos_register_stacking rtos_chibios_arm_v7m_stacking;
+extern const struct rtos_register_stacking rtos_chibios_arm_v7m_stacking_w_fpu;
 
 #endif /* ifndef INCLUDED_RTOS_CHIBIOS_STACKINGS_H_ */