Upstream: https://gitlab.com/qemu-project/qemu.git Upstream-Commit: d2e570cc0f97b936902a5b1b86b73c0f5998b475
7 lines
197 B
C
7 lines
197 B
C
/* arch/m68k/include/asm/processor.h */
|
|
#define TASK_UNMAPPED_BASE 0xC0000000
|
|
/* arch/m68k/include/asm/elf.h */
|
|
#define ELF_ET_DYN_BASE 0xD0000000
|
|
|
|
#include "../generic/target_mman.h"
|