summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/hppa64/include/rbus_machdep.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/hppa64/include/rbus_machdep.h b/sys/arch/hppa64/include/rbus_machdep.h
index 1d6a2252145..7a84faa57f5 100644
--- a/sys/arch/hppa64/include/rbus_machdep.h
+++ b/sys/arch/hppa64/include/rbus_machdep.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: rbus_machdep.h,v 1.2 2005/05/24 19:39:50 martin Exp $ */
+/* $OpenBSD: rbus_machdep.h,v 1.3 2007/12/20 13:58:01 kettenis Exp $ */
/*
* Copyright (c) 2005 Michael Shalayeff
@@ -37,4 +37,6 @@ struct pci_attach_args;
#define rbus_pccbb_parent_mem(d, p) (*(p)->pa_pc->pc_alloc_parent)((d), (p), 0)
#define rbus_pccbb_parent_io(d, p) (*(p)->pa_pc->pc_alloc_parent)((d), (p), 1)
+#define pccbb_attach_hook(parent, self, pa) /* nothing */
+
#endif /* _ARCH_HPPA64_HPPA64_RBUS_MACHDEP_H_ */