diff options
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/tc/ioasicvar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/tc/ioasicvar.h b/sys/dev/tc/ioasicvar.h index f7be0c79a21..cf7b700d126 100644 --- a/sys/dev/tc/ioasicvar.h +++ b/sys/dev/tc/ioasicvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ioasicvar.h,v 1.9 2008/08/09 16:42:30 miod Exp $ */ +/* $OpenBSD: ioasicvar.h,v 1.10 2009/11/07 23:01:38 miod Exp $ */ /* $NetBSD: ioasicvar.h,v 1.14 2000/10/17 09:45:49 nisimura Exp $ */ /* @@ -72,5 +72,6 @@ void ioasic_intr_disestablish(struct device *, void *); int ioasic_submatch(void *, struct ioasicdev_attach_args *); void ioasic_attach_devs(struct ioasic_softc *, struct ioasic_dev *, int); +void ioasic_led_blink(void *); #endif /* _DEV_TC_IOASICVAR_ */ |