source: rtems/doc/tools/bmenu/isr.h @ 0660b4f8

4.104.114.84.95
Last change on this file since 0660b4f8 was 0660b4f8, checked in by Joel Sherrill <joel.sherrill@…>, on 11/16/99 at 19:50:56

Changed copyright date to 1999.

  • Property mode set to 100644
File size: 241 bytes
Line 
1/*
2 *  COPYRIGHT (c) 1988-1999.
3 *  On-Line Applications Research Corporation (OAR).
4 *  All rights reserved.
5 *
6 *  $Id$
7 */
8
9
10#ifndef __ISR_h
11#define __ISR_h
12
13typedef unsigned32 ISR_Level;
14
15#define _ISR_Disable
16#define _ISR_Enable
17
18#endif
Note: See TracBrowser for help on using the repository browser.