aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/lnc
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1995-05-17 13:15:35 +0000
committerDavid Greenman <dg@FreeBSD.org>1995-05-17 13:15:35 +0000
commit4039006ad712a114689353aafd22b97c24b6ee6d (patch)
tree50f4b7a7555c23d8441296ed009578bbe3d970c9 /sys/dev/lnc
parentdfa4c76f746e987f98fec2e01624b45334e384f7 (diff)
Notes
Diffstat (limited to 'sys/dev/lnc')
-rw-r--r--sys/dev/lnc/if_lnc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/lnc/if_lnc.c b/sys/dev/lnc/if_lnc.c
index e1105eb3eb80..8477f5878603 100644
--- a/sys/dev/lnc/if_lnc.c
+++ b/sys/dev/lnc/if_lnc.c
@@ -154,14 +154,14 @@ static struct kern_devconf kdc_lnc = {
DC_CLS_NETIF
};
-inline void
+static inline void
write_csr(int unit, u_short port, u_short val)
{
outw(lnc_softc[unit].rap, port);
outw(lnc_softc[unit].rdp, val);
}
-inline u_short
+static inline u_short
read_csr(int unit, u_short port)
{
outw(lnc_softc[unit].rap, port);