diff options
Diffstat (limited to 'sys/dev/vx/if_vxreg.h')
| -rw-r--r-- | sys/dev/vx/if_vxreg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/vx/if_vxreg.h b/sys/dev/vx/if_vxreg.h index 688da0374649..99708af18509 100644 --- a/sys/dev/vx/if_vxreg.h +++ b/sys/dev/vx/if_vxreg.h @@ -452,5 +452,5 @@ extern struct vx_softc *vxalloc __P((int)); extern void vxfree __P((struct vx_softc *)); extern int vxattach __P((struct vx_softc *)); extern void vxstop __P((struct vx_softc *)); -extern void vxintr __P((void *)); +extern void vxintr __P((struct vx_softc *)); extern int vxbusyeeprom __P((struct vx_softc *)); |
