1 /* Machine-specific definitions for IBM PC hardware */
3 /* Currently we support only XT-PIC and have 16 IRQs */
6 /* We have several types of IRQ handlers and distinguish them by node type */
11 /* Interrupt controller functions */
12 void ictl_enable_irq(unsigned char irq
, struct KernelBase
*KernelBase
);
14 /* Originally we didn't have disable function. Perhaps there was some reason. */
15 #define ictl_disable_irq(irq, base)