diff options
Diffstat (limited to 'sys/arch/hppa64/include/pci_machdep.h')
-rw-r--r-- | sys/arch/hppa64/include/pci_machdep.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/hppa64/include/pci_machdep.h b/sys/arch/hppa64/include/pci_machdep.h index b92746d0da7..75727c4b20b 100644 --- a/sys/arch/hppa64/include/pci_machdep.h +++ b/sys/arch/hppa64/include/pci_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pci_machdep.h,v 1.5 2009/08/22 02:54:50 mk Exp $ */ +/* $OpenBSD: pci_machdep.h,v 1.6 2010/06/29 22:08:28 jordan Exp $ */ /* * Copyright (c) 2005 Michael Shalayeff @@ -79,4 +79,6 @@ struct hppa64_pci_chipset_tag { #define pciide_machdep_compat_intr_establish(a, b, c, d, e) (NULL) #define pciide_machdep_compat_intr_disestablish(a, b) ((void)(a), (void)(b)) +#define pci_dev_postattach(a, b) + #endif /* _MACHINE_PCI_MACHDEP_H_ */ |