diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-12-20 13:58:02 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-12-20 13:58:02 +0000 |
commit | 6305ba0b728fb9e1e9846acd237c0d448eeae24d (patch) | |
tree | 3fc0f49a9706c5cfc3410dde8ddb7237d2ee10ff | |
parent | a408915fcec379292b3179596e70ffbf96d39c91 (diff) |
Add an empty pccbb_attach_hook.
-rw-r--r-- | sys/arch/hppa64/include/rbus_machdep.h | 4 |
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_ */ |