forked from Imagelibrary/rtems
2007-11-06 Joel Sherrill <joel.sherrill@OARcorp.com>
* thumb_isr.c: Fix headers.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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__))
|
||||
|
||||
Reference in New Issue
Block a user