Files
rtems/doc/tools/pdl2texi/isr.h
Joel Sherrill a66872f657 base PDL 2 TEXI
1997-06-16 21:30:08 +00:00

19 lines
236 B
C

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