summaryrefslogblamecommitdiffstats
path: root/doc/tools/pdl2texi/isr.h
blob: b9a78fabbca87052c180f4bf9d01ec55ae3030fd (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

















                                                    
/*
 *  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