Home | History | Annotate | Line # | Download | only in include
pci_machdep.h revision 1.3.120.1
      1  1.3.120.1    skrll /* $NetBSD: pci_machdep.h,v 1.3.120.1 2009/04/28 07:34:29 skrll Exp $ */
      2        1.3  thorpej 
      3        1.3  thorpej #ifndef _NETWINDER_PCI_MACHDEP_H_
      4        1.3  thorpej #define	_NETWINDER_PCI_MACHDEP_H_
      5        1.1     matt 
      6        1.1     matt #include <arm/pci_machdep.h>
      7        1.2   simonb 
      8  1.3.120.1    skrll void		netwinder_pci_attach_hook(struct device *,
      9  1.3.120.1    skrll 		    struct device *, struct pcibus_attach_args *);
     10        1.3  thorpej 
     11        1.2   simonb #define	__HAVE_PCIIDE_MACHDEP_COMPAT_INTR_ESTABLISH
     12        1.3  thorpej 
     13        1.3  thorpej #endif /* _NETWINDER_PCI_MACHDEP_H_ */
     14