summaryrefslogtreecommitdiff
path: root/cpu-all.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpu-all.h')
-rw-r--r--cpu-all.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/cpu-all.h b/cpu-all.h
index 4215977003..7a7e6555e1 100644
--- a/cpu-all.h
+++ b/cpu-all.h
@@ -787,20 +787,6 @@ void cpu_set_log(int log_flags);
void cpu_set_log_filename(const char *filename);
int cpu_str_to_log_mask(const char *str);
-#define CPU_SETTING_NO_CACHE (1 << 0)
-
-/* define translation settings */
-typedef struct CPUTranslationSetting {
- int mask;
- const char *name;
- const char *help;
-} CPUTranslationSetting;
-
-extern CPUTranslationSetting cpu_translation_settings[];
-
-void cpu_set_translation_settings(int translation_flags);
-int cpu_str_to_translation_mask(const char *str);
-
/* IO ports API */
/* NOTE: as these functions may be even used when there is an isa