mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
CRIS: cris_mmu_result_t -> cris_mmu_result
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
This commit is contained in:
parent
ef28c4b009
commit
2fa73ec818
3 changed files with 6 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
|||
#define CRIS_MMU_ERR_WRITE 2
|
||||
#define CRIS_MMU_ERR_FLUSH 3
|
||||
|
||||
struct cris_mmu_result_t
|
||||
struct cris_mmu_result
|
||||
{
|
||||
uint32_t phy;
|
||||
int prot;
|
||||
|
@ -12,6 +12,6 @@ struct cris_mmu_result_t
|
|||
|
||||
void cris_mmu_init(CPUState *env);
|
||||
void cris_mmu_flush_pid(CPUState *env, uint32_t pid);
|
||||
int cris_mmu_translate(struct cris_mmu_result_t *res,
|
||||
int cris_mmu_translate(struct cris_mmu_result *res,
|
||||
CPUState *env, uint32_t vaddr,
|
||||
int rw, int mmu_idx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue