forked from Imagelibrary/rtems
* SUPPORT, LICENSE: New files. * Numerous files touched as part of merging the 4.5 branch onto the mainline development trunk and ensuring that the script that cuts snapshots and releases works on the documentation.
19 lines
241 B
C
19 lines
241 B
C
/*
|
|
* COPYRIGHT (c) 1988-2002.
|
|
* On-Line Applications Research Corporation (OAR).
|
|
* All rights reserved.
|
|
*
|
|
* $Id$
|
|
*/
|
|
|
|
|
|
#ifndef __ISR_h
|
|
#define __ISR_h
|
|
|
|
typedef unsigned32 ISR_Level;
|
|
|
|
#define _ISR_Disable
|
|
#define _ISR_Enable
|
|
|
|
#endif
|