Mercurial > ecos
view packages/hal/arm/pid/current/include/pkgconf/mlt_arm_pid_rom.h @ 115:6ed91473a1cd ecos-sw-2000-08-21
Merge from eCos master repository on 2000-08-21-22:40:54-BST
| author | jlarmour |
|---|---|
| date | Fri, 25 Aug 2000 17:32:38 +0000 |
| parents | 435cced73e2f |
| children | eb9fd8c04db3 |
line wrap: on
line source
// eCos memory layout - Tue Jul 25 18:27:20 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 (0x80000) #define CYGMEM_REGION_ram_ATTR (CYGMEM_REGION_ATTR_R | CYGMEM_REGION_ATTR_W) #define CYGMEM_REGION_rom (0x4000000) #define CYGMEM_REGION_rom_SIZE (0x80000) #define CYGMEM_REGION_rom_ATTR (CYGMEM_REGION_ATTR_R) extern char CYG_LABEL_NAME (__heap1) []; #define CYGMEM_SECTION_heap1 (CYG_LABEL_NAME (__heap1)) #define CYGMEM_SECTION_heap1_SIZE (0x80000 - (size_t) CYG_LABEL_NAME (__heap1))
