summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/pci/macobio.c
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2001-06-26 18:19:44 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2001-06-26 18:19:44 +0000
commit5a387b616d2b4b2e54c16ba3f9e3086f399b333d (patch)
tree108845b3cd77c21fda9458cf417d03638dd40baf /sys/arch/powerpc/pci/macobio.c
parente816cf3344c5b942d0e8ab825f7d0eb98eae184c (diff)
Cleanup of interrupt configuration, move prototypes to header file,
not in each file.
Diffstat (limited to 'sys/arch/powerpc/pci/macobio.c')
-rw-r--r--sys/arch/powerpc/pci/macobio.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/arch/powerpc/pci/macobio.c b/sys/arch/powerpc/pci/macobio.c
index 6ceaee0e2dc..50e0cab64fc 100644
--- a/sys/arch/powerpc/pci/macobio.c
+++ b/sys/arch/powerpc/pci/macobio.c
@@ -219,13 +219,6 @@ macobio_print(aux, macobio)
#endif
}
-typedef int mac_intr_handle_t;
-
-typedef void *(intr_establish_t) __P((void *, mac_intr_handle_t,
- int, int, int (*func)(void *), void *, char *));
-typedef void (intr_disestablish_t) __P((void *, void *));
-
-
void *
undef_mac_establish(lcv, irq, type, level, ih_fun, ih_arg, name)
void * lcv;