2007-11-06 Joel Sherrill <joel.sherrill@OARcorp.com>

* thumb_isr.c: Fix headers.
This commit is contained in:
Joel Sherrill
2007-11-06 23:00:29 +00:00
parent db58e51836
commit c7ca3c9e4e
2 changed files with 13 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2007-11-06 Joel Sherrill <joel.sherrill@OARcorp.com>
* thumb_isr.c: Fix headers.
2007-11-06 Joel Sherrill <joel.sherrill@OARcorp.com>
* .cvsignore, ChangeLog, Makefile.am, thumb_isr.c: New files.

View File

@@ -1,6 +1,13 @@
/*
* The thumb mode do not support multi-level ISR, only disable and enable
*/
* The thumb mode do not support multi-level ISR, only disable and enable
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
*/
#include <rtems/system.h>
#if (defined(__THUMB_INTERWORK__) || defined(__thumb__))