Files
rtems/doc/tools/bmenu/isr.h
1998-02-06 14:14:30 +00:00

19 lines
241 B
C

/*
* COPYRIGHT (c) 1988-1998.
* 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