]> git.proxmox.com Git - mirror_qemu.git/blob - target/target-common.c
Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging
[mirror_qemu.git] / target / target-common.c
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 #include "qemu/osdep.h"
3
4 #include "cpu.h"
5 #include "exec/target_page.h"
6
7 int qemu_target_page_mask(void)
8 {
9 return TARGET_PAGE_MASK;
10 }