--- src/sys/i386/isa/Attic/intr_machdep.h 2005/02/01 22:41:25 1.12 +++ src/sys/i386/isa/Attic/intr_machdep.h 2005/05/23 18:19:53 1.13 @@ -223,6 +223,8 @@ struct intrec *inthand_add(const char *n void *arg, intrmask_t *maskptr, int flags); int inthand_remove(struct intrec *idesc); +void inthand_enabled(struct intrec *idesc); +void inthand_disabled(struct intrec *idesc); void forward_fastint_remote(void *arg); #endif /* LOCORE */