summaryrefslogtreecommitdiffstats
path: root/sys/sys/interrupt.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2009-10-23 13:28:33 +0000
committerjhb <jhb@FreeBSD.org>2009-10-23 13:28:33 +0000
commit22133f5876ca8bfc9979e9cf6456a20072a5ea1b (patch)
tree0f60e18903dd03b11a1118a4a9e4256c1d431920 /sys/sys/interrupt.h
parenta9d32e2a18a255072c843d33eba2dc18662c60e0 (diff)
downloadFreeBSD-src-22133f5876ca8bfc9979e9cf6456a20072a5ea1b.zip
FreeBSD-src-22133f5876ca8bfc9979e9cf6456a20072a5ea1b.tar.gz
Properly sort the intr_event_describe_handler() prototype.
Submitted by: bde
Diffstat (limited to 'sys/sys/interrupt.h')
-rw-r--r--sys/sys/interrupt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/interrupt.h b/sys/sys/interrupt.h
index 18f73d9..028fa7f 100644
--- a/sys/sys/interrupt.h
+++ b/sys/sys/interrupt.h
@@ -168,12 +168,12 @@ int intr_event_create(struct intr_event **event, void *source,
void (*post_ithread)(void *), void (*post_filter)(void *),
int (*assign_cpu)(void *, u_char), const char *fmt, ...)
__printflike(9, 10);
+int intr_event_describe_handler(struct intr_event *ie, void *cookie,
+ const char *descr);
int intr_event_destroy(struct intr_event *ie);
void intr_event_execute_handlers(struct proc *p, struct intr_event *ie);
int intr_event_handle(struct intr_event *ie, struct trapframe *frame);
int intr_event_remove_handler(void *cookie);
-int intr_event_describe_handler(struct intr_event *ie, void *cookie,
- const char *descr);
int intr_getaffinity(int irq, void *mask);
void *intr_handler_source(void *cookie);
int intr_setaffinity(int irq, void *mask);
OpenPOWER on IntegriCloud