config/make.tmpl(%build_module): Support use of _rel libs in uselibs=
[AROS.git] / arch / i386-pc / kernel / kernel_arch.h
blob25fd9c645c07f10787036e2ff4e051d0a04c1281
1 /* Machine-specific definitions for IBM PC hardware */
3 /* Currently we support only XT-PIC IRQs */
4 #define IRQ_COUNT 16
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)