summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/intr_machdep.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-11-17 06:10:15 +0000
committerpeter <peter@FreeBSD.org>2003-11-17 06:10:15 +0000
commitd29883b254f7a8b1b5b751f0d467645a6c461fe0 (patch)
tree6fae035b125c53553249840422744326487137e4 /sys/powerpc/include/intr_machdep.h
parent38ebd79a92378dac00a8e0c47929a4b05dafe8c4 (diff)
downloadFreeBSD-src-d29883b254f7a8b1b5b751f0d467645a6c461fe0.zip
FreeBSD-src-d29883b254f7a8b1b5b751f0d467645a6c461fe0.tar.gz
Widen the enable/disable helper function's argument in line with the
ithread_create() changes etc. This should be mostly a NOP.
Diffstat (limited to 'sys/powerpc/include/intr_machdep.h')
-rw-r--r--sys/powerpc/include/intr_machdep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/include/intr_machdep.h b/sys/powerpc/include/intr_machdep.h
index 2d07a8b..d2d548e 100644
--- a/sys/powerpc/include/intr_machdep.h
+++ b/sys/powerpc/include/intr_machdep.h
@@ -40,7 +40,7 @@ struct intr_handler {
u_int ih_flags;
};
-void intr_init(void (*)(void), int, void (*)(int), void (*)(int));
+void intr_init(void (*)(void), int, void (*)(uintptr_t), void (*)(uintptr_t));
void intr_setup(u_int, ih_func_t *, void *, u_int);
int inthand_add(const char *, u_int, void (*)(void *), void *, int,
void **);
OpenPOWER on IntegriCloud