summaryrefslogtreecommitdiffstats
path: root/sys/arch/sparc/dev/led.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sparc/dev/led.c')
-rw-r--r--sys/arch/sparc/dev/led.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/sparc/dev/led.c b/sys/arch/sparc/dev/led.c
index 867c14aa543..6f080214f0b 100644
--- a/sys/arch/sparc/dev/led.c
+++ b/sys/arch/sparc/dev/led.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: led.c,v 1.8 2001/06/11 21:33:42 miod Exp $ */
+/* $OpenBSD: led.c,v 1.9 2002/03/14 01:26:43 millert Exp $ */
/*
* Copyright (c) 1998 Jason L. Wright (jason@thought.net)
@@ -52,9 +52,9 @@
#include <sparc/sparc/cpuvar.h>
#include <sparc/dev/led.h>
-int ledmatch __P((struct device *, void *, void *));
-void ledattach __P((struct device *, struct device *, void *));
-void led_cycle __P((void *));
+int ledmatch(struct device *, void *, void *);
+void ledattach(struct device *, struct device *, void *);
+void led_cycle(void *);
struct cfattach led_ca = {
sizeof (struct led_softc), ledmatch, ledattach