- Don't rely on implicit declaration.
- Sinc wi/ existing coding style.
This commit is contained in:
parent
c7573d517e
commit
1658944ebe
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: pcmcia.c,v 1.18 2000/02/07 09:35:29 augustss Exp $ */
|
||||
/* $NetBSD: pcmcia.c,v 1.19 2000/02/08 12:51:30 enami Exp $ */
|
||||
|
||||
#define PCMCIADEBUG
|
||||
|
||||
@ -316,6 +316,7 @@ pcmcia_print(arg, pnp)
|
||||
void
|
||||
pcmcia_devinfo(card, showhex, cp, cplen)
|
||||
struct pcmcia_card *card;
|
||||
int showhex;
|
||||
char *cp;
|
||||
int cplen;
|
||||
{
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: pcmciavar.h,v 1.11 2000/02/07 09:35:29 augustss Exp $ */
|
||||
/* $NetBSD: pcmciavar.h,v 1.12 2000/02/08 12:51:31 enami Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1997 Marc Horowitz. All rights reserved.
|
||||
@ -217,8 +217,8 @@ const struct pcmcia_product
|
||||
const struct pcmcia_product *tab, size_t ent_size,
|
||||
pcmcia_product_match_fn matchfn));
|
||||
|
||||
void pcmcia_devinfo __P((struct pcmcia_card *card, int showhex, char *cp,
|
||||
int cplen));
|
||||
void pcmcia_devinfo __P((struct pcmcia_card *card, int showhex, char *cp,
|
||||
int cplen));
|
||||
|
||||
void pcmcia_read_cis __P((struct pcmcia_softc *));
|
||||
void pcmcia_check_cis_quirks __P((struct pcmcia_softc *));
|
||||
|
Loading…
Reference in New Issue
Block a user