diff options
Diffstat (limited to 'sys/i386/isa/ipl.h')
-rw-r--r-- | sys/i386/isa/ipl.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/i386/isa/ipl.h b/sys/i386/isa/ipl.h new file mode 100644 index 0000000000000..248ca5666d674 --- /dev/null +++ b/sys/i386/isa/ipl.h @@ -0,0 +1,7 @@ +#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_ */ |