aboutsummaryrefslogtreecommitdiff
path: root/target/nios2/mmu.h
diff options
context:
space:
mode:
Diffstat (limited to 'target/nios2/mmu.h')
-rw-r--r--target/nios2/mmu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/nios2/mmu.h b/target/nios2/mmu.h
index b7785b4..5b08590 100644
--- a/target/nios2/mmu.h
+++ b/target/nios2/mmu.h
@@ -21,6 +21,8 @@
#ifndef NIOS2_MMU_H
#define NIOS2_MMU_H
+#include "cpu.h"
+
typedef struct Nios2TLBEntry {
target_ulong tag;
target_ulong data;