summaryrefslogtreecommitdiffstats
path: root/sys/pccard/driver.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>1999-09-26 21:52:43 +0000
committerimp <imp@FreeBSD.org>1999-09-26 21:52:43 +0000
commit2797bea96cf482716370d8822aa441a4070d6bbe (patch)
tree9b4682fe9aa123d8df16c09bf4ed13b1a8b81cf3 /sys/pccard/driver.h
parent37dc4e278c72d018849083ef4e1111576651de7a (diff)
downloadFreeBSD-src-2797bea96cf482716370d8822aa441a4070d6bbe.zip
FreeBSD-src-2797bea96cf482716370d8822aa441a4070d6bbe.tar.gz
*** empty log message ***
Diffstat (limited to 'sys/pccard/driver.h')
-rw-r--r--sys/pccard/driver.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/pccard/driver.h b/sys/pccard/driver.h
index 09acc50..31711d5 100644
--- a/sys/pccard/driver.h
+++ b/sys/pccard/driver.h
@@ -2,6 +2,8 @@
* pccard driver interface.
* Bruce Evans, November 1995.
* This file is in the public domain.
+ *
+ * $FreeBSD$
*/
#ifndef _PCCARD_DRIVER_H_
@@ -10,8 +12,8 @@
struct pccard_device;
void pccard_add_driver __P((struct pccard_device *));
-#ifdef _I386_ISA_ISA_DEVICE_H_ /* XXX actually if inthand2_t is declared */
-int pccard_alloc_intr __P((u_int imask, inthand2_t *hand, int unit,
+#ifdef _I386_ISA_ISA_DEVICE_H_ /* XXX actually if ointhand2_t is declared */
+int pccard_alloc_intr __P((u_int imask, ointhand2_t *hand, int unit,
u_int *maskp, u_int *pcic_imask));
#endif
void pccard_remove_driver __P((struct pccard_device *));
OpenPOWER on IntegriCloud