فهرست منبع

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>
Marc-André Lureau 3 سال پیش
والد
کامیت
4e40e89325
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 0
      include/hw/core/cpu.h
  2. 0 2
      include/qemu-common.h

+ 2 - 0
include/hw/core/cpu.h

@@ -1035,6 +1035,8 @@ void cpu_exec_unrealizefn(CPUState *cpu);
  */
  */
 bool target_words_bigendian(void);
 bool target_words_bigendian(void);
 
 
+void page_size_init(void);
+
 #ifdef NEED_CPU_H
 #ifdef NEED_CPU_H
 
 
 #ifdef CONFIG_SOFTMMU
 #ifdef CONFIG_SOFTMMU

+ 0 - 2
include/qemu-common.h

@@ -24,6 +24,4 @@
 int qemu_main(int argc, char **argv, char **envp);
 int qemu_main(int argc, char **argv, char **envp);
 #endif
 #endif
 
 
-void page_size_init(void);
-
 #endif
 #endif