diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-06-26 18:19:44 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-06-26 18:19:44 +0000 |
commit | 5a387b616d2b4b2e54c16ba3f9e3086f399b333d (patch) | |
tree | 108845b3cd77c21fda9458cf417d03638dd40baf /sys/arch/powerpc/pci/macobio.c | |
parent | e816cf3344c5b942d0e8ab825f7d0eb98eae184c (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.c | 7 |
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; |