Home | History | Annotate | Line # | Download | only in include
pci_machdep.h revision 1.2.8.2
      1  1.2.8.2  nathanw /* $NetBSD: pci_machdep.h,v 1.2.8.2 2002/10/18 02:39:04 nathanw Exp $ */
      2  1.2.8.2  nathanw 
      3  1.2.8.2  nathanw #ifndef _NETWINDER_PCI_MACHDEP_H_
      4  1.2.8.2  nathanw #define	_NETWINDER_PCI_MACHDEP_H_
      5  1.2.8.2  nathanw 
      6  1.2.8.2  nathanw #include <arm/pci_machdep.h>
      7  1.2.8.2  nathanw 
      8  1.2.8.2  nathanw void		netwinder_pci_attach_hook __P((struct device *,
      9  1.2.8.2  nathanw 		    struct device *, struct pcibus_attach_args *));
     10  1.2.8.2  nathanw 
     11  1.2.8.2  nathanw #define	__HAVE_PCIIDE_MACHDEP_COMPAT_INTR_ESTABLISH
     12  1.2.8.2  nathanw 
     13  1.2.8.2  nathanw #endif /* _NETWINDER_PCI_MACHDEP_H_ */
     14