8 lines
182 B
C
8 lines
182 B
C
|
#ifndef _ISA_IPL_H_
|
||
|
#define _ISA_IPL_H_
|
||
|
|
||
|
#define NHWI 16 /* number of h/w interrupts */
|
||
|
#define HWI_MASK 0xffff /* bits corresponding to h/w interrupts */
|
||
|
|
||
|
#endif /* _ISA_IPL_H_ */
|