summaryrefslogtreecommitdiffstats
path: root/sys/pc98/include/bus.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pc98/include/bus.h')
-rw-r--r--sys/pc98/include/bus.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/include/bus.h b/sys/pc98/include/bus.h
index b12845c..69e80f0 100644
--- a/sys/pc98/include/bus.h
+++ b/sys/pc98/include/bus.h
@@ -192,8 +192,8 @@ struct bus_space_handle {
extern struct bus_space_tag SBUS_io_space_tag;
extern struct bus_space_tag SBUS_mem_space_tag;
-#define I386_BUS_SPACE_IO (&SBUS_io_space_tag)
-#define I386_BUS_SPACE_MEM (&SBUS_mem_space_tag)
+#define X86_BUS_SPACE_IO (&SBUS_io_space_tag)
+#define X86_BUS_SPACE_MEM (&SBUS_mem_space_tag)
/*
* Allocate/Free bus_space_handle
OpenPOWER on IntegriCloud