diff --git a/sys/dev/ic/ne2000var.h b/sys/dev/ic/ne2000var.h index ba79f74e936c..a087b00cf19a 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);