diff options
Diffstat (limited to 'sys/pci/if_vx.c')
-rw-r--r-- | sys/pci/if_vx.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/pci/if_vx.c b/sys/pci/if_vx.c index 23d98fa..301e444 100644 --- a/sys/pci/if_vx.c +++ b/sys/pci/if_vx.c @@ -101,6 +101,8 @@ #include <pci/pcivar.h> #include <pci/if_vxreg.h> +static int eeprom_rdy __P((int unit)); +static int get_e __P((int unit, int offset)); static int vxioctl __P((struct ifnet * ifp, int, caddr_t)); static void vxmbuffill __P((caddr_t, int)); static void vxmbufempty __P((struct vx_softc *)); |