summaryrefslogtreecommitdiffstats
path: root/doc/tools/bmenu/isr.h
blob: 9c8344ca57fcb358ddcb16c3c3bc1029640667e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11


#ifndef __ISR_h
#define __ISR_h

typedef unsigned32 ISR_Level;

#define _ISR_Disable
#define _ISR_Enable

#endif