summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/intr_machdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/powerpc/include/intr_machdep.h')
-rw-r--r--sys/powerpc/include/intr_machdep.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/powerpc/include/intr_machdep.h b/sys/powerpc/include/intr_machdep.h
index 0cadf0c..f25d937 100644
--- a/sys/powerpc/include/intr_machdep.h
+++ b/sys/powerpc/include/intr_machdep.h
@@ -31,12 +31,14 @@
#define INTR_VECTORS 256
extern device_t pic;
+extern device_t pic8259;
struct trapframe;
driver_filter_t powerpc_ipi_handler;
void powerpc_register_pic(device_t, u_int);
+void powerpc_register_8259(device_t);
void powerpc_dispatch_intr(u_int, struct trapframe *);
int powerpc_enable_intr(void);
OpenPOWER on IntegriCloud