diff options
| author | Benno Rice <benno@FreeBSD.org> | 2003-02-01 07:20:36 +0000 |
|---|---|---|
| committer | Benno Rice <benno@FreeBSD.org> | 2003-02-01 07:20:36 +0000 |
| commit | cbab7e25fdeb5b3652846004b22f2590ea095405 (patch) | |
| tree | 3b7fdc0cb2815c079906583d61a7b773e2733dff /sys/powerpc/include | |
| parent | 4230e8de2fbc8c8eb45f7c1e1c1ce20db4867e9a (diff) | |
Notes
Diffstat (limited to 'sys/powerpc/include')
| -rw-r--r-- | sys/powerpc/include/intr_machdep.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/powerpc/include/intr_machdep.h b/sys/powerpc/include/intr_machdep.h index e01ebce14e78..2d07a8b13d01 100644 --- a/sys/powerpc/include/intr_machdep.h +++ b/sys/powerpc/include/intr_machdep.h @@ -37,10 +37,11 @@ struct intr_handler { void *ih_arg; struct ithd *ih_ithd; u_int ih_irq; + u_int ih_flags; }; void intr_init(void (*)(void), int, void (*)(int), void (*)(int)); -void intr_setup(u_int, ih_func_t *, void *); +void intr_setup(u_int, ih_func_t *, void *, u_int); int inthand_add(const char *, u_int, void (*)(void *), void *, int, void **); int inthand_remove(u_int, void *); |
