New cd_match prototype.

This commit is contained in:
gwr 1994-11-23 06:58:36 +00:00
parent 5b330c7b77
commit e99ed4c957
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: autoconf.h,v 1.5 1994/11/21 21:33:25 gwr Exp $ */
/* $NetBSD: autoconf.h,v 1.6 1994/11/23 06:58:36 gwr Exp $ */
/*
* Copyright (c) 1993 Adam Glass
@ -31,7 +31,7 @@
* SUCH DAMAGE.
*/
int always_match __P((struct device *, struct cfdata *, void *));
int always_match __P((struct device *, void *, void *));
#define DEVICE_UNIT(device) (device->dv_unit)
#define CFDATA_LOC(cfdata) (cfdata->cf_loc)