mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-11 06:59:29 -04:00
14 lines
346 B
C
14 lines
346 B
C
/* $NetBSD: pci_machdep.h,v 1.5 2012/10/27 17:18:04 chs Exp $ */
|
|
|
|
#ifndef _NETWINDER_PCI_MACHDEP_H_
|
|
#define _NETWINDER_PCI_MACHDEP_H_
|
|
|
|
#include <arm/pci_machdep.h>
|
|
|
|
void netwinder_pci_attach_hook(device_t, device_t,
|
|
struct pcibus_attach_args *);
|
|
|
|
#define __HAVE_PCIIDE_MACHDEP_COMPAT_INTR_ESTABLISH
|
|
|
|
#endif /* _NETWINDER_PCI_MACHDEP_H_ */
|