URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [hal/] [arm/] [sa11x0/] [sa1100mm/] [v2_0/] [include/] [pkgconf/] [mlt_arm_sa11x0_sa1100mm_rom.h] - Rev 174
Compare with Previous | Blame | View Log
// eCos memory layout - Tue Apr 04 20:19:06 2000 // This is a generated file - do not edit #include <cyg/infra/cyg_type.h> #include <stddef.h> #define CYGMEM_REGION_ram (0) #define CYGMEM_REGION_ram_SIZE (0x800000) #define CYGMEM_REGION_ram_ATTR (CYGMEM_REGION_ATTR_R | CYGMEM_REGION_ATTR_W) #define CYGMEM_REGION_rom (0x50000000) #define CYGMEM_REGION_rom_SIZE (0x40000) #define CYGMEM_REGION_rom_ATTR (CYGMEM_REGION_ATTR_R) extern char CYG_LABEL_NAME (_reserved) []; #define CYGMEM_SECTION_reserved (CYG_LABEL_NAME (_reserved)) #define CYGMEM_SECTION_reserved_SIZE (0x8000)