comparison 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
comparison
equal deleted inserted replaced
75:41bf073c0c32 76:435cced73e2f
1 // eCos memory layout - Wed Nov 24 11:51:07 1999 1 // eCos memory layout - Mon Mar 06 11:00:56 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 (0) 8 #define CYGMEM_REGION_ram (0)
9 #define CYGMEM_REGION_ram_SIZE (0x100000) 9 #define CYGMEM_REGION_ram_SIZE (0x100000)
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_vsr_table) [];
12 #define CYGMEM_SECTION_reserved_vsr_table (CYG_LABEL_NAME (_reserved_vsr_table))
13 #define CYGMEM_SECTION_reserved_vsr_table_SIZE (0x200)