comparison packages/hal/powerpc/cogent/current/src/hal_aux.c @ 72:da3908c9cd10 ecos-sw-2000-02-17

Merge from eCos master repository on 2000-02-17-18:56:14-GMT
author jlarmour
date Thu, 17 Feb 2000 19:38:13 +0000
parents bf00f99aec69
children
comparison
equal deleted inserted replaced
71:f4a0d3a26b92 72:da3908c9cd10
40 //####DESCRIPTIONEND#### 40 //####DESCRIPTIONEND####
41 // 41 //
42 //============================================================================= 42 //=============================================================================
43 43
44 #include <pkgconf/hal.h> 44 #include <pkgconf/hal.h>
45 45 #include <cyg/hal/hal_mem.h> // HAL memory definitions
46 #include <cyg/infra/cyg_type.h> // base types
47 #include <cyg/infra/cyg_trac.h> // tracing macros
48 #include <cyg/infra/cyg_ass.h> // assertion macros
49
50 #include <cyg/hal/hal_io.h> // IO macros
51 #include <cyg/hal/hal_diag.h>
52 #include <cyg/hal/hal_intr.h> // Interrupt macros
53 #include <cyg/hal/hal_cache.h> // Cache macros
54 46
55 // The memory map is weakly defined, allowing the application to redefine 47 // The memory map is weakly defined, allowing the application to redefine
56 // it if necessary. The regions defined below are the minimum requirements. 48 // it if necessary. The regions defined below are the minimum requirements.
57 CYGARC_MEMDESC_TABLE CYGBLD_ATTRIB_WEAK = { 49 CYGARC_MEMDESC_TABLE CYGBLD_ATTRIB_WEAK = {
58 // Mapping for the Cogent CMA101/102 boards. 50 // Mapping for the Cogent CMA101/102 boards.