Mercurial > ecos
diff packages/hal/arm/pid/current/include/pkgconf/mlt_arm_pid_ram.h @ 130:eb9fd8c04db3 ecos-sw-2000-10-23
Merge from eCos master repository on 2000-10-23-17:01:37-BST
| author | jlarmour |
|---|---|
| date | Mon, 23 Oct 2000 17:10:57 +0000 |
| parents | 6ed91473a1cd |
| children |
line wrap: on
line diff
--- a/packages/hal/arm/pid/current/include/pkgconf/mlt_arm_pid_ram.h +++ b/packages/hal/arm/pid/current/include/pkgconf/mlt_arm_pid_ram.h @@ -1,13 +1,17 @@ -// eCos memory layout - Tue Jul 25 18:20:21 2000 +// eCos memory layout - Fri Oct 20 05:31:09 2000 // This is a generated file - do not edit +#ifndef __ASSEMBLER__ #include <cyg/infra/cyg_type.h> #include <stddef.h> +#endif #define CYGMEM_REGION_ram (0) #define CYGMEM_REGION_ram_SIZE (0x80000) #define CYGMEM_REGION_ram_ATTR (CYGMEM_REGION_ATTR_R | CYGMEM_REGION_ATTR_W) +#ifndef __ASSEMBLER__ extern char CYG_LABEL_NAME (__heap1) []; +#endif #define CYGMEM_SECTION_heap1 (CYG_LABEL_NAME (__heap1)) #define CYGMEM_SECTION_heap1_SIZE (0x80000 - (size_t) CYG_LABEL_NAME (__heap1))
