summaryrefslogtreecommitdiffstats
path: root/sys/sys/interrupt.h
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2008-07-18 06:12:31 +0000
committerkmacy <kmacy@FreeBSD.org>2008-07-18 06:12:31 +0000
commitc01ed5ad9b8efe5ad81033beca2265f4439478cf (patch)
tree0904a30ac51f99eda3f17170bbf2119832932eca /sys/sys/interrupt.h
parent25c768ed0d41f278c879042abdae848099ab619e (diff)
downloadFreeBSD-src-c01ed5ad9b8efe5ad81033beca2265f4439478cf.zip
FreeBSD-src-c01ed5ad9b8efe5ad81033beca2265f4439478cf.tar.gz
import vendor fixes to cxgb
Diffstat (limited to 'sys/sys/interrupt.h')
-rw-r--r--sys/sys/interrupt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/interrupt.h b/sys/sys/interrupt.h
index be5d0f4..d55dfa4 100644
--- a/sys/sys/interrupt.h
+++ b/sys/sys/interrupt.h
@@ -167,5 +167,6 @@ int swi_add(struct intr_event **eventp, const char *name,
void **cookiep);
void swi_sched(void *cookie, int flags);
int swi_remove(void *cookie);
+struct thread *intr_handler_thread(struct intr_handler *ih);
#endif
OpenPOWER on IntegriCloud