1 /* Machine-specific definitions for IBM PC hardware */
3 /* Currently we support only XT-PIC IRQs */
6 /* Interrupt controller functions */
7 void ictl_enable_irq(unsigned char irq
, struct KernelBase
*KernelBase
);
9 /* Originally we didn't have disable function. Perhaps there was some reason. */
10 #define ictl_disable_irq(irq, base)