diff options
Diffstat (limited to 'target-cris/mmu.h')
-rw-r--r-- | target-cris/mmu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-cris/mmu.h b/target-cris/mmu.h index aef8c1b0e9..32c2b689ca 100644 --- a/target-cris/mmu.h +++ b/target-cris/mmu.h @@ -7,6 +7,7 @@ struct cris_mmu_result_t { uint32_t phy; uint32_t pfn; + int prot; int bf_vec; }; |