diff options
author | 2007-12-16 14:34:37 +0000 | |
---|---|---|
committer | 2007-12-16 14:34:37 +0000 | |
commit | 9c0b195ddbe36fd44076cd3d13a62232ef66f613 (patch) | |
tree | 2682c64aecc6b79255712910b5d6e443f0a1d1ac | |
parent | Correctly calculate stack increment for MACHINE_STACK_GROWS_UP; fixes problems (diff) | |
download | wireguard-openbsd-9c0b195ddbe36fd44076cd3d13a62232ef66f613.tar.xz wireguard-openbsd-9c0b195ddbe36fd44076cd3d13a62232ef66f613.zip |
Add an empty pccbb_attach_hook.
-rw-r--r-- | sys/arch/hppa/include/rbus_machdep.h | 4 |
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_ */ |