summaryrefslogtreecommitdiffstats
path: root/sys/dev/lnc
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/lnc')
-rw-r--r--sys/dev/lnc/if_lnc.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/dev/lnc/if_lnc.c b/sys/dev/lnc/if_lnc.c
index b482f5f..305b7fc 100644
--- a/sys/dev/lnc/if_lnc.c
+++ b/sys/dev/lnc/if_lnc.c
@@ -128,6 +128,11 @@ struct lnc_softc {
} lnc_softc[NLNC];
/* Function prototypes */
+int bicc_probe(struct isa_device *);
+int depca_probe(struct isa_device *);
+int lance_probe(int);
+int ne2100_probe(struct isa_device *);
+int pcnet_probe(int);
void lnc_init(int);
void lnc_start(struct ifnet *);
int lnc_ioctl(struct ifnet *, int, caddr_t);
OpenPOWER on IntegriCloud