summaryrefslogblamecommitdiffstats
path: root/doc/tools/bmenu/isr.h
blob: 33eaefb1272b56879e4ef0cc31ea17fe7fcd352d (plain) (tree)
1
2
3
4
5
6
7
  
                            




                                                    










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