diff options
Diffstat (limited to 'softmmu_defs.h')
-rw-r--r-- | softmmu_defs.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/softmmu_defs.h b/softmmu_defs.h index e38bb752f1..c5a2bcd3e2 100644 --- a/softmmu_defs.h +++ b/softmmu_defs.h @@ -1,3 +1,11 @@ +/* + * Software MMU support + * + * Declare helpers used by TCG for qemu_ld/st ops. + * + * Used by softmmu_exec.h, TCG targets and exec-all.h. + * + */ #ifndef SOFTMMU_DEFS_H #define SOFTMMU_DEFS_H |