diff options
Diffstat (limited to 'sys/dev/isa/essvar.h')
-rw-r--r-- | sys/dev/isa/essvar.h | 6 |
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 */ |