Mercurial > ecos
diff packages/hal/powerpc/sim/current/include/pkgconf/mlt_powerpc_sim_ram.h @ 76:435cced73e2f ecos-v1_3_1-release
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
| author | jlarmour |
|---|---|
| date | Tue, 28 Mar 2000 14:10:45 +0000 |
| parents | 755351606154 |
| children | eb9fd8c04db3 |
line wrap: on
line diff
--- a/packages/hal/powerpc/sim/current/include/pkgconf/mlt_powerpc_sim_ram.h +++ b/packages/hal/powerpc/sim/current/include/pkgconf/mlt_powerpc_sim_ram.h @@ -1,6 +1,6 @@ -// eCos memory layout - Wed Nov 24 11:51:07 1999 +// eCos memory layout - Mon Mar 06 11:00:56 2000 -// This is a generated file - changes will be lost if ConfigTool(MLT) is run +// This is a generated file - do not edit #include <cyg/infra/cyg_type.h> #include <stddef.h> @@ -8,3 +8,6 @@ #define CYGMEM_REGION_ram (0) #define CYGMEM_REGION_ram_SIZE (0x100000) #define CYGMEM_REGION_ram_ATTR (CYGMEM_REGION_ATTR_R | CYGMEM_REGION_ATTR_W) +extern char CYG_LABEL_NAME (_reserved_vsr_table) []; +#define CYGMEM_SECTION_reserved_vsr_table (CYG_LABEL_NAME (_reserved_vsr_table)) +#define CYGMEM_SECTION_reserved_vsr_table_SIZE (0x200)
