summaryrefslogtreecommitdiff
path: root/src/arch/mips
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/mips')
-rw-r--r--src/arch/mips/include/arch/mmio.h (renamed from src/arch/mips/include/arch/io.h)4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/mips/include/arch/io.h b/src/arch/mips/include/arch/mmio.h
index b61db9c650..27a4944961 100644
--- a/src/arch/mips/include/arch/io.h
+++ b/src/arch/mips/include/arch/mmio.h
@@ -17,8 +17,8 @@
* GNU General Public License for more details.
*/
-#ifndef __MIPS_ARCH_IO_H
-#define __MIPS_ARCH_IO_H
+#ifndef __ARCH_MMIO_H__
+#define __ARCH_MMIO_H__
#include <types.h>
#include <arch/cache.h>