diff options
author | imp <imp@FreeBSD.org> | 2005-01-20 19:39:33 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2005-01-20 19:39:33 +0000 |
commit | 6193b800a7f300567ec09c58a90a968508d8fc37 (patch) | |
tree | c6022259f2ff57d41973259f33e2d6b32277e235 /sys/dev/ep/if_epvar.h | |
parent | 3afb2ac5309053fcf72759aacfa54654aed0323b (diff) | |
download | FreeBSD-src-6193b800a7f300567ec09c58a90a968508d8fc37.zip FreeBSD-src-6193b800a7f300567ec09c58a90a968508d8fc37.tar.gz |
u_intXX_t -> uintXX_t while I'm here.
Diffstat (limited to 'sys/dev/ep/if_epvar.h')
-rw-r--r-- | sys/dev/ep/if_epvar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ep/if_epvar.h b/sys/dev/ep/if_epvar.h index 6ba7bf4..14a0165 100644 --- a/sys/dev/ep/if_epvar.h +++ b/sys/dev/ep/if_epvar.h @@ -79,7 +79,7 @@ int ep_detach(device_t); void ep_get_media(struct ep_softc *); int ep_attach(struct ep_softc *); void ep_intr(void *); -int get_e(struct ep_softc *, u_int16_t, u_int16_t *); +int get_e(struct ep_softc *, uint16_t, uint16_t *); int ep_get_macaddr(struct ep_softc *, u_char *); #define CSR_READ_1(sc, off) (bus_space_read_1((sc)->bst, (sc)->bsh, off)) |