Mercurial > ecos
comparison packages/hal/powerpc/mbx/current/include/pkgconf/mlt_powerpc_mbx_ram.h @ 101:c37d3a9e1b28 ecos-sw-2000-06-16
Merge from eCos master repository on 2000-06-16-07:47:03-BST
| author | jlarmour |
|---|---|
| date | Fri, 16 Jun 2000 16:43:59 +0000 |
| parents | c5536bad4c24 |
| children | eb9fd8c04db3 |
comparison
equal
deleted
inserted
replaced
| 100:991657282121 | 101:c37d3a9e1b28 |
|---|---|
| 1 // eCos memory layout - Wed Nov 24 11:47:54 1999 | 1 // eCos memory layout - Thu Jun 15 15:44:21 2000 |
| 2 | 2 |
| 3 // This is a generated file - changes will be lost if ConfigTool(MLT) is run | 3 // This is a generated file - do not edit |
| 4 | 4 |
| 5 #include <cyg/infra/cyg_type.h> | 5 #include <cyg/infra/cyg_type.h> |
| 6 #include <stddef.h> | 6 #include <stddef.h> |
| 7 | 7 |
| 8 #define CYGMEM_REGION_ram (0x0) | 8 #define CYGMEM_REGION_ram (0) |
| 9 #define CYGMEM_REGION_ram_SIZE (0x400000) | 9 #define CYGMEM_REGION_ram_SIZE (0x400000) |
| 10 #define CYGMEM_REGION_ram_ATTR (CYGMEM_REGION_ATTR_R | CYGMEM_REGION_ATTR_W) | 10 #define CYGMEM_REGION_ram_ATTR (CYGMEM_REGION_ATTR_R | CYGMEM_REGION_ATTR_W) |
| 11 extern char CYG_LABEL_NAME (_reserved_vectors) []; | |
| 12 #define CYGMEM_SECTION_reserved_vectors (CYG_LABEL_NAME (_reserved_vectors)) | |
| 13 #define CYGMEM_SECTION_reserved_vectors_SIZE (0x3000) | |
| 14 extern char CYG_LABEL_NAME (_reserved_vsr_table) []; | |
| 15 #define CYGMEM_SECTION_reserved_vsr_table (CYG_LABEL_NAME (_reserved_vsr_table)) | |
| 16 #define CYGMEM_SECTION_reserved_vsr_table_SIZE (0x200) | |
| 17 extern char CYG_LABEL_NAME (_reserved_virtual_table) []; | |
| 18 #define CYGMEM_SECTION_reserved_virtual_table (CYG_LABEL_NAME (_reserved_virtual_table)) | |
| 19 #define CYGMEM_SECTION_reserved_virtual_table_SIZE (0x100) | |
| 20 extern char CYG_LABEL_NAME (_reserved_for_rom) []; | |
| 21 #define CYGMEM_SECTION_reserved_for_rom (CYG_LABEL_NAME (_reserved_for_rom)) | |
| 22 #define CYGMEM_SECTION_reserved_for_rom_SIZE (0xcd00) |
