]> git.proxmox.com Git - mirror_qemu.git/blob - linux-user/ppc/target_mman.h
Merge tag 'pull-qapi-2023-07-10' of https://repo.or.cz/qemu/armbru into staging
[mirror_qemu.git] / linux-user / ppc / target_mman.h
1 #ifndef PPC_TARGET_MMAN_H
2 #define PPC_TARGET_MMAN_H
3
4 #define TARGET_MAP_NORESERVE 0x40
5 #define TARGET_MAP_LOCKED 0x80
6
7 #include "../generic/target_mman.h"
8
9 #endif