summaryrefslogtreecommitdiffstats
path: root/sys/sys/interrupt.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-09-05 01:22:14 +0000
committerobrien <obrien@FreeBSD.org>2001-09-05 01:22:14 +0000
commit40da6b02e6f93a023ffa59f81d5dbb34506aac5c (patch)
tree7cbec49c33a6bd349dea1e778d4435d41eaf1a0c /sys/sys/interrupt.h
parent138bfe8027cddec05e361c97fe764f0a9603bc70 (diff)
downloadFreeBSD-src-40da6b02e6f93a023ffa59f81d5dbb34506aac5c.zip
FreeBSD-src-40da6b02e6f93a023ffa59f81d5dbb34506aac5c.tar.gz
style(9) the structure definitions.
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 fefa2a7..527a5e6 100644
--- a/sys/sys/interrupt.h
+++ b/sys/sys/interrupt.h
@@ -38,7 +38,7 @@
* Multiple interrupt handlers for a specific vector can be chained
* together.
*/
-struct intrhand {
+struct intrhand {
driver_intr_t *ih_handler; /* Handler function. */
void *ih_argument; /* Argument to pass to handler. */
int ih_flags;
@@ -61,7 +61,7 @@ struct intrhand {
* Note that this actually describes an interrupt source. There may or may
* not be an actual kernel thread attached to a given source.
*/
-struct ithd {
+struct ithd {
struct mtx it_lock;
struct proc *it_proc; /* Interrupt process. */
LIST_ENTRY(ithd) it_list; /* All interrupt threads. */
OpenPOWER on IntegriCloud