diff options
Diffstat (limited to 'sys/dev/pcmcia/pcmciachip.h')
-rw-r--r-- | sys/dev/pcmcia/pcmciachip.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/pcmcia/pcmciachip.h b/sys/dev/pcmcia/pcmciachip.h index 6950c6775e9..bbe25659f85 100644 --- a/sys/dev/pcmcia/pcmciachip.h +++ b/sys/dev/pcmcia/pcmciachip.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pcmciachip.h,v 1.1 1998/09/11 10:47:15 fgsch Exp $ */ +/* $OpenBSD: pcmciachip.h,v 1.2 1999/08/08 01:00:14 niklas Exp $ */ /* $NetBSD: pcmciachip.h,v 1.2 1997/10/16 23:27:36 thorpej Exp $ */ /* @@ -139,7 +139,8 @@ struct pcmciabus_attach_args { /* interfaces for the chipset to call pcmcia */ int pcmcia_card_attach __P((struct device *)); -void pcmcia_card_detach __P((struct device *)); +void pcmcia_card_detach __P((struct device *, int)); +void pcmcia_card_deactivate __P((struct device *)); int pcmcia_card_gettype __P((struct device *)); #endif /* _PCMCIA_PCMCIACHIP_H_ */ |