Changeset 418 for OCO/trunk/drv16/irq.hpp
- Timestamp:
- Mar 23, 2009, 12:15:39 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OCO/trunk/drv16/irq.hpp
r33 r418 51 51 // ###IHV: IRQ sharing flag. Set this to "0" for ISA bus, "1" for PCI 52 52 // PCI and Microchannel environments (where hardware can share an IRQ level. 53 const IRQ_HW_Sharing = 0;53 const BOOL IRQ_HW_Sharing = 0; 54 54 55 55 // Max num of int handlers per IRQ level. 56 const MAX_HandlersPerIRQLevel = 3;56 const int MAX_HandlersPerIRQLevel = 3; 57 57 58 58 // PFN_InterruptHandler: Pointer to an interrupt handler. This is a near
Note:
See TracChangeset
for help on using the changeset viewer.