aboutsummaryrefslogtreecommitdiff
path: root/sys/pccard/driver.h
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>1999-09-26 21:52:43 +0000
committerWarner Losh <imp@FreeBSD.org>1999-09-26 21:52:43 +0000
commit58a49816c74149abb24e3fecd0b0cadf7fb2a62c (patch)
tree9aa836c33d96bdd6b310c8f84c4bec7105c1f027 /sys/pccard/driver.h
parentcdf41ea2507b7e4cd530a1b3ead5b2f63de1700b (diff)
Notes
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 09acc50a072e..31711d584983 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 *));