summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pcic.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/pcic.h
parent37dc4e278c72d018849083ef4e1111576651de7a (diff)
downloadFreeBSD-src-2797bea96cf482716370d8822aa441a4070d6bbe.zip
FreeBSD-src-2797bea96cf482716370d8822aa441a4070d6bbe.tar.gz
*** empty log message ***
Diffstat (limited to 'sys/pccard/pcic.h')
-rw-r--r--sys/pccard/pcic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pccard/pcic.h b/sys/pccard/pcic.h
index 5988089..53839a3 100644
--- a/sys/pccard/pcic.h
+++ b/sys/pccard/pcic.h
@@ -32,5 +32,5 @@
*/
int register_pcic_intr(int intr, int device_id, u_int flags,
- inthand2_t handler, u_int *maskptr, int unit);
-int unregister_pcic_intr(int intr, inthand2_t handler);
+ ointhand2_t handler, u_int *maskptr, int unit);
+int unregister_pcic_intr(int intr, ointhand2_t handler);
OpenPOWER on IntegriCloud