diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-11-07 23:01:39 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-11-07 23:01:39 +0000 |
commit | a58f0d0e9d8006fa44a20b2594a97894f15d7b0d (patch) | |
tree | a9245280d8741870f1aead208cbd30b13a5e7488 /sys/dev/tc | |
parent | 9214a014e55b97cd6524fa80abf852fadb724e85 (diff) |
Blink leds on the DEC 3000 models (three different led types).
Diffstat (limited to 'sys/dev/tc')
-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_ */ |