diff options
Diffstat (limited to 'sys/arch/alpha/pci/siovar.h')
-rw-r--r-- | sys/arch/alpha/pci/siovar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/pci/siovar.h b/sys/arch/alpha/pci/siovar.h index a6d2ffaeae1..0e4a41c8cac 100644 --- a/sys/arch/alpha/pci/siovar.h +++ b/sys/arch/alpha/pci/siovar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: siovar.h,v 1.12 2004/06/28 02:28:43 aaron Exp $ */ +/* $OpenBSD: siovar.h,v 1.13 2009/08/22 02:54:50 mk Exp $ */ /* $NetBSD: siovar.h,v 1.5 1996/10/23 04:12:34 cgd Exp $ */ /* @@ -36,7 +36,7 @@ void sio_iointr(void *framep, unsigned long vec); const char *sio_intr_string(void *, int); int sio_intr_line(void *, int); void *sio_intr_establish(void *, int, int, int, int (*)(void *), - void *, char *); + void *, const char *); void sio_intr_disestablish(void *, void *); struct evcount sio_intr_count; |