summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/pci/pci_machdep.h
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2002-07-23 17:53:26 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2002-07-23 17:53:26 +0000
commit0fb1bc586f74cf61c505b15732d944dcdc14e3ea (patch)
treeb02dddd8a24a4d956433f426e47c55ba85b18a66 /sys/arch/powerpc/pci/pci_machdep.h
parent5259b36f77648d82c08d84c6aac774d9f02d871c (diff)
Cardbus/pcmcia support for macppc. parts borrowed from NetBSD, and other
portions of the tree.
Diffstat (limited to 'sys/arch/powerpc/pci/pci_machdep.h')
-rw-r--r--sys/arch/powerpc/pci/pci_machdep.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/powerpc/pci/pci_machdep.h b/sys/arch/powerpc/pci/pci_machdep.h
index 43ac1e753b6..82784701d01 100644
--- a/sys/arch/powerpc/pci/pci_machdep.h
+++ b/sys/arch/powerpc/pci/pci_machdep.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pci_machdep.h,v 1.11 2002/03/14 03:15:59 millert Exp $ */
+/* $OpenBSD: pci_machdep.h,v 1.12 2002/07/23 17:53:25 drahn Exp $ */
/*
* Copyright (c) 1996 Carnegie-Mellon University.
@@ -64,6 +64,8 @@ struct ppc_pci_chipset {
int (*pc_ether_hw_addr)(struct ppc_pci_chipset *, u_int8_t *);
};
+int pci_intr_line(pci_intr_handle_t ih);
+
/*
* Functions provided to machine-independent PCI code.
*/