hw: Replace anti-social QOM type names (again)
[qemu/kevin.git] / linux-user / arm / target_mman.h
blob51005da869f3169327cbc90e42224f5c2ee28624
1 /*
2 * arch/arm/include/asm/memory.h
3 * TASK_UNMAPPED_BASE ALIGN(TASK_SIZE / 3, SZ_16M)
4 * TASK_SIZE CONFIG_PAGE_OFFSET
5 * CONFIG_PAGE_OFFSET 0xC0000000 (default in Kconfig)
6 */
7 #define TASK_UNMAPPED_BASE 0x40000000
9 /* arch/arm/include/asm/elf.h */
10 #define ELF_ET_DYN_BASE 0x00400000
12 #include "../generic/target_mman.h"