summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/include
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2007-12-16 14:34:38 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2007-12-16 14:34:38 +0000
commit9bd52c37f08e76563f6320a57d6cdd07232ac508 (patch)
tree94fd1a7bb34a1d800e18cbb691778914d0499451 /sys/arch/hppa/include
parenta9edf15f9f984749e0bf009266ca844efb670d43 (diff)
Add an empty pccbb_attach_hook.
Diffstat (limited to 'sys/arch/hppa/include')
-rw-r--r--sys/arch/hppa/include/rbus_machdep.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/hppa/include/rbus_machdep.h b/sys/arch/hppa/include/rbus_machdep.h
index 516978893d3..8298e6be799 100644
--- a/sys/arch/hppa/include/rbus_machdep.h
+++ b/sys/arch/hppa/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/16 14:34:37 kettenis Exp $ */
/*
* Copyright (c) 2004 Michael Shalayeff
@@ -46,4 +46,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_HPPA_HPPA_RBUS_MACHDEP_H_ */