diff options
Diffstat (limited to 'sys/dev/vx/if_vxreg.h')
-rw-r--r-- | sys/dev/vx/if_vxreg.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/vx/if_vxreg.h b/sys/dev/vx/if_vxreg.h index a6a95cd..c57e9f8 100644 --- a/sys/dev/vx/if_vxreg.h +++ b/sys/dev/vx/if_vxreg.h @@ -461,9 +461,7 @@ struct vx_softc { #define VX_CONNECTORS 8 -extern struct vx_softc *vx_softc[]; extern u_long vx_count; -extern struct vx_softc *vxalloc(int); extern void vxfree(struct vx_softc *); extern int vxattach(struct vx_softc *); extern void vxstop(struct vx_softc *); |