summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/essvar.h
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2002-03-14 03:15:49 +0000
committermillert <millert@openbsd.org>2002-03-14 03:15:49 +0000
commit4f9e30d05c4b39ece1e3c5a9323df2ddfd85bd9b (patch)
tree021b0ffa6ce82de256743d5f188c18bf3aee34de /sys/dev/isa/essvar.h
parentgenerate std ANSI protos, not __P ones (diff)
downloadwireguard-openbsd-4f9e30d05c4b39ece1e3c5a9323df2ddfd85bd9b.tar.xz
wireguard-openbsd-4f9e30d05c4b39ece1e3c5a9323df2ddfd85bd9b.zip
Final __P removal plus some cosmetic fixups
Diffstat (limited to 'sys/dev/isa/essvar.h')
-rw-r--r--sys/dev/isa/essvar.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/isa/essvar.h b/sys/dev/isa/essvar.h
index b2163842d7c..f20fe6cfe29 100644
--- a/sys/dev/isa/essvar.h
+++ b/sys/dev/isa/essvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: essvar.h,v 1.4 2002/03/14 01:26:56 millert Exp $ */
+/* $OpenBSD: essvar.h,v 1.5 2002/03/14 03:16:05 millert Exp $ */
/* $NetBSD: essvar.h,v 1.14 1999/03/18 06:03:31 mycroft Exp $ */
/*
* Copyright 1997
@@ -34,7 +34,7 @@
*/
/*
-** @(#) $RCSfile: essvar.h,v $ $Revision: 1.4 $ (SHARK) $Date: 2002/03/14 01:26:56 $
+** @(#) $RCSfile: essvar.h,v $ $Revision: 1.5 $ (SHARK) $Date: 2002/03/14 03:16:05 $
**
**++
**
@@ -103,7 +103,7 @@ struct ess_audio_channel
int ist;
void *ih; /* interrupt vectoring */
u_long nintr; /* number of interrupts taken */
- void (*intr)(void*); /* ISR for DMA complete */
+ void (*intr)(void *); /* ISR for DMA complete */
void *arg; /* arg for intr() */
/* Status information */