mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-18 23:18:20 +00:00
556dcee7b8
Change all users of header files to correct path. Remove some unneeded headers for arch-v32. Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
11 lines
214 B
C
11 lines
214 B
C
#ifndef _ASM_ARCH_MEMMAP_H
|
|
#define _ASM_ARCH_MEMMAP_H
|
|
|
|
#define MEM_INTMEM_START (0x38000000)
|
|
#define MEM_INTMEM_SIZE (0x00018000)
|
|
#define MEM_DRAM_START (0x40000000)
|
|
|
|
#define MEM_NON_CACHEABLE (0x80000000)
|
|
|
|
#endif
|