summaryrefslogtreecommitdiffstats
path: root/sys/sys/interrupt.h
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2008-07-18 06:22:57 +0000
committerkmacy <kmacy@FreeBSD.org>2008-07-18 06:22:57 +0000
commitdaba4ab7d8a243bb3b97e56af835630d3e183c3f (patch)
tree8db9c9ad5b88b59930fb1bda4d34a72aa2876050 /sys/sys/interrupt.h
parent69e52692b2775ea0535627e408c138476283a114 (diff)
downloadFreeBSD-src-daba4ab7d8a243bb3b97e56af835630d3e183c3f.zip
FreeBSD-src-daba4ab7d8a243bb3b97e56af835630d3e183c3f.tar.gz
revert changes accidentally included in last commit
Diffstat (limited to 'sys/sys/interrupt.h')
-rw-r--r--sys/sys/interrupt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/interrupt.h b/sys/sys/interrupt.h
index d55dfa4..be5d0f4 100644
--- a/sys/sys/interrupt.h
+++ b/sys/sys/interrupt.h
@@ -167,6 +167,5 @@ 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