summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/include/bus.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/macppc/include/bus.h')
-rw-r--r--sys/arch/macppc/include/bus.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/macppc/include/bus.h b/sys/arch/macppc/include/bus.h
index c212e77ae33..2c002198629 100644
--- a/sys/arch/macppc/include/bus.h
+++ b/sys/arch/macppc/include/bus.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: bus.h,v 1.26 2017/05/08 00:27:45 dlg Exp $ */
+/* $OpenBSD: bus.h,v 1.27 2024/05/22 05:51:49 jsg Exp $ */
/*
* Copyright (c) 1997 Per Fogelstrom. All rights reserved.
@@ -59,8 +59,6 @@ struct ppc_bus_space {
};
#define POWERPC_BUS_TAG_BASE(x) ((x)->bus_base)
-extern struct ppc_bus_space ppc_isa_io, ppc_isa_mem;
-
/*
* Access methods for bus resources
*/