summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/include/powerpc.h
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2001-06-29 06:07:10 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2001-06-29 06:07:10 +0000
commitdcf29c9e6d8932a58433ca6ab87e813be2ca6bec (patch)
tree8f7f2e010854efa3c65c7593df534bf87260df71 /sys/arch/powerpc/include/powerpc.h
parentc8cff04423c84bc39fddae115936f799ef6d458e (diff)
header file include/define cleanup. commit N of many.
Diffstat (limited to 'sys/arch/powerpc/include/powerpc.h')
-rw-r--r--sys/arch/powerpc/include/powerpc.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/powerpc/include/powerpc.h b/sys/arch/powerpc/include/powerpc.h
index 6a6de1e54db..731c7fd1da8 100644
--- a/sys/arch/powerpc/include/powerpc.h
+++ b/sys/arch/powerpc/include/powerpc.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: powerpc.h,v 1.5 2001/06/24 05:16:09 drahn Exp $ */
+/* $OpenBSD: powerpc.h,v 1.6 2001/06/29 06:07:09 drahn Exp $ */
/* $NetBSD: powerpc.h,v 1.1 1996/09/30 16:34:30 ws Exp $ */
/*
@@ -77,5 +77,10 @@ struct firmware {
};
extern struct firmware *fw;
void ofwconprobe(void);
+int ppc_open_pci_bridge __P((void));
+void ppc_close_pci_bridge __P((int));
+void install_extint __P((void (*handler) (void)));
+void ppc_intr_enable __P((int enable));
+int ppc_intr_disable __P((void));
#endif /* _MACHINE_POWERPC_H_ */