diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-12-09 16:53:37 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-12-09 16:53:37 +0000 |
commit | f65571a4ddf16cdac98d678eefbee6232f7e7fb3 (patch) | |
tree | 25e41c0e92db64cbd4648bb0a35aea4f0a12658b /sys/arch/i386/include | |
parent | 104462357a853cdabf7a3a569246825fcbef02aa (diff) |
Add an empty pccbb_attach_hook.
Diffstat (limited to 'sys/arch/i386/include')
-rw-r--r-- | sys/arch/i386/include/rbus_machdep.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/i386/include/rbus_machdep.h b/sys/arch/i386/include/rbus_machdep.h index cc214020061..a8cd02ae912 100644 --- a/sys/arch/i386/include/rbus_machdep.h +++ b/sys/arch/i386/include/rbus_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rbus_machdep.h,v 1.4 2004/05/04 17:06:33 grange Exp $ */ +/* $OpenBSD: rbus_machdep.h,v 1.5 2007/12/09 16:53:36 kettenis Exp $ */ /* $NetBSD: rbus_machdep.h,v 1.2 1999/10/15 06:43:05 haya Exp $ */ /* @@ -49,4 +49,7 @@ rbus_tag_t rbus_pccbb_parent_io(struct device *self, rbus_tag_t rbus_pccbb_parent_mem(struct device *self, struct pci_attach_args *pa); +void pccbb_attach_hook(struct device *, struct device *, + struct pci_attach_args *); + #endif /* _ARCH_I386_I386_RBUS_MACHDEP_H_ */ |