summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/include/rbus_machdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/amd64/include/rbus_machdep.h')
-rw-r--r--sys/arch/amd64/include/rbus_machdep.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/amd64/include/rbus_machdep.h b/sys/arch/amd64/include/rbus_machdep.h
index 57e99a8383f..7e5dc1e58f7 100644
--- a/sys/arch/amd64/include/rbus_machdep.h
+++ b/sys/arch/amd64/include/rbus_machdep.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: rbus_machdep.h,v 1.6 2010/01/13 09:10:33 jsg Exp $ */
+/* $OpenBSD: rbus_machdep.h,v 1.7 2011/03/23 16:54:34 pirofti Exp $ */
/* $NetBSD: rbus_machdep.h,v 1.2 1999/10/15 06:43:05 haya Exp $ */
/*
@@ -26,8 +26,8 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef _AMD64_RBUS_MACHDEP_H_
-#define _AMD64_RBUS_MACHDEP_H_
+#ifndef _MACHINE_RBUS_MACHDEP_H_
+#define _MACHINE_RBUS_MACHDEP_H_
struct pci_attach_args; /* XXX */
@@ -47,4 +47,4 @@ bus_addr_t rbus_min_start_hint(void);
void pccbb_attach_hook(struct device *, struct device *,
struct pci_attach_args *);
-#endif /* _AMD64_RBUS_MACHDEP_H_ */
+#endif /* _MACHINE_RBUS_MACHDEP_H_ */