diff options
| author | tsutsui <tsutsui@NetBSD.org> | 2010-03-13 15:26:38 +0000 |
|---|---|---|
| committer | tsutsui <tsutsui@NetBSD.org> | 2010-03-13 15:26:38 +0000 |
| commit | b559dc4595dff3c17c7aa6801ad1e12e99d683f0 (patch) | |
| tree | 1867e8018c63914b67c6f51a74288ce6b2bbf939 /sys/dev | |
| parent | 5c2e2150a5e4c20d66dc7773480b3a881d53d018 (diff) | |
u_int8_t -> uint8_t
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ic/ne2000var.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/ne2000var.h b/sys/dev/ic/ne2000var.h index ba79f74e936..a087b00cf19 100644 --- a/sys/dev/ic/ne2000var.h +++ b/sys/dev/ic/ne2000var.h @@ -1,4 +1,4 @@ -/* $NetBSD: ne2000var.h,v 1.25 2010/03/03 13:39:57 tsutsui Exp $ */ +/* $NetBSD: ne2000var.h,v 1.26 2010/03/13 15:26:38 tsutsui Exp $ */ /*- * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. @@ -54,7 +54,7 @@ struct ne2000_softc { #define NE2000_QUIRK_8BIT 0x0001 /* force 8bit mode even on NE2000 */ }; -int ne2000_attach(struct ne2000_softc *, u_int8_t *); +int ne2000_attach(struct ne2000_softc *, uint8_t *); int ne2000_detect(bus_space_tag_t, bus_space_handle_t, bus_space_tag_t, bus_space_handle_t); int ne2000_detach(struct ne2000_softc *, int); |
