diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-03-03 00:35:15 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-03-04 15:59:23 +0000 |
commit | 3ee8b750f49b7c82e8b8787ee306017746e8c12a (patch) | |
tree | c2d5a9a2b35e561303e9a6088004e05a7b282421 /src/arch/mips | |
parent | 3855c01e0a9d9e9787652479576e882bcda9fde5 (diff) | |
download | coreboot-3ee8b750f49b7c82e8b8787ee306017746e8c12a.tar.xz |
arch/io.h: Separate MMIO and PNP ops
Change-Id: Ie32f1d43168c277be46cdbd7fbfa2445d9899689
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/31699
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
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> |