#include "icu.h"
#include "icu_ipl.h"
-#ifndef APIC_IO
-
extern void ICU_INTREN(int);
extern void ICU_INTRDIS(int);
&IDTVEC(icu_fastintr14), &IDTVEC(icu_fastintr15)
};
-struct machintr_abi MachIntrABI = {
+struct machintr_abi MachIntrABI_ICU = {
MACHINTR_ICU,
.intrdis = ICU_INTRDIS,
.intren = ICU_INTREN,
write_eflags(ef);
return (error);
}
-
-#endif