aboutsummaryrefslogtreecommitdiff
path: root/riscv/mmu.h
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@s143.Millennium.Berkeley.EDU>2012-01-22 18:18:47 -0800
committerAndrew Waterman <waterman@s143.Millennium.Berkeley.EDU>2012-01-22 18:18:47 -0800
commited71703766a59469c137d3061321cd9d0f31f4eb (patch)
tree74b287aadc98e8c50e52a5879d67e3bbe80cb661 /riscv/mmu.h
parente1592aebf6e17542671b2a6d4baeeb86d5df3342 (diff)
downloadspike-ed71703766a59469c137d3061321cd9d0f31f4eb.zip
spike-ed71703766a59469c137d3061321cd9d0f31f4eb.tar.gz
spike-ed71703766a59469c137d3061321cd9d0f31f4eb.tar.bz2
disentangle decode.h from other headers
Diffstat (limited to 'riscv/mmu.h')
-rw-r--r--riscv/mmu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/riscv/mmu.h b/riscv/mmu.h
index 9d648ef..0c61a77 100644
--- a/riscv/mmu.h
+++ b/riscv/mmu.h
@@ -4,6 +4,7 @@
#include "decode.h"
#include "trap.h"
#include "common.h"
+#include "config.h"
#include "processor.h"
class processor_t;