summaryrefslogtreecommitdiffstats
path: root/include/hw/core/cpu.h
diff options
context:
space:
mode:
authorMarc-André Lureau2022-03-23 16:57:38 +0100
committerPaolo Bonzini2022-04-06 14:31:43 +0200
commit4e40e89325dc9d70f2f58217d1dea8dd1e9f3ee4 (patch)
tree14a18c0bbabec6838a919b8e06b01f9fb0156084 /include/hw/core/cpu.h
parentinclude: move os_*() to os-foo.h (diff)
downloadqemu-4e40e89325dc9d70f2f58217d1dea8dd1e9f3ee4.tar.gz
qemu-4e40e89325dc9d70f2f58217d1dea8dd1e9f3ee4.tar.xz
qemu-4e40e89325dc9d70f2f58217d1dea8dd1e9f3ee4.zip
include: move page_size_init() to include/hw/core/cpu.h
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20220323155743.1585078-28-marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/hw/core/cpu.h')
-rw-r--r--include/hw/core/cpu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/hw/core/cpu.h b/include/hw/core/cpu.h
index 13adb251b2..466bed6047 100644
--- a/include/hw/core/cpu.h
+++ b/include/hw/core/cpu.h
@@ -1035,6 +1035,8 @@ void cpu_exec_unrealizefn(CPUState *cpu);
*/
bool target_words_bigendian(void);
+void page_size_init(void);
+
#ifdef NEED_CPU_H
#ifdef CONFIG_SOFTMMU