comparison packages/hal/sh/arch/current/src/hal_mk_defs.c @ 84:489eb5632bc3 ecos-sw-2000-04-28

Merge from eCos master repository on 2000-04-28-18:44:39-BST
author jlarmour
date Fri, 28 Apr 2000 18:18:36 +0000
parents 435cced73e2f
children 0c2b7be0d798
comparison
equal deleted inserted replaced
83:1094d5fdd3e0 84:489eb5632bc3
45 45
46 #include <pkgconf/hal.h> 46 #include <pkgconf/hal.h>
47 47
48 #include <cyg/hal/hal_arch.h> // HAL header 48 #include <cyg/hal/hal_arch.h> // HAL header
49 #include <cyg/hal/hal_intr.h> // HAL header 49 #include <cyg/hal/hal_intr.h> // HAL header
50 #include <cyg/hal/hal_cache.h> // HAL header
50 #ifdef CYGPKG_KERNEL 51 #ifdef CYGPKG_KERNEL
51 # include <pkgconf/kernel.h> 52 # include <pkgconf/kernel.h>
52 # include <cyg/kernel/instrmnt.h> 53 # include <cyg/kernel/instrmnt.h>
53 #endif 54 #endif
54 55
101 DEFINE(CYGNUM_HAL_VECTOR_INTERRUPT, CYGNUM_HAL_VECTOR_INTERRUPT); 102 DEFINE(CYGNUM_HAL_VECTOR_INTERRUPT, CYGNUM_HAL_VECTOR_INTERRUPT);
102 DEFINE(CYGNUM_HAL_VSR_MAX, CYGNUM_HAL_VSR_MAX); 103 DEFINE(CYGNUM_HAL_VSR_MAX, CYGNUM_HAL_VSR_MAX);
103 DEFINE(CYGNUM_HAL_VSR_COUNT, CYGNUM_HAL_VSR_COUNT); 104 DEFINE(CYGNUM_HAL_VSR_COUNT, CYGNUM_HAL_VSR_COUNT);
104 DEFINE(CYGNUM_HAL_VSR_EXCEPTION_COUNT, CYGNUM_HAL_VSR_EXCEPTION_COUNT); 105 DEFINE(CYGNUM_HAL_VSR_EXCEPTION_COUNT, CYGNUM_HAL_VSR_EXCEPTION_COUNT);
105 106
107 // Caching details
108 DEFINE(CYGARC_REG_CACHE_ADDRESS_FLUSH, CYGARC_REG_CACHE_ADDRESS_FLUSH);
109 DEFINE(CYGARC_REG_CACHE_ADDRESS_BASE,CYGARC_REG_CACHE_ADDRESS_BASE);
110 DEFINE(CYGARC_REG_CACHE_ADDRESS_TOP,CYGARC_REG_CACHE_ADDRESS_TOP);
111 DEFINE(CYGARC_REG_CACHE_ADDRESS_STEP,CYGARC_REG_CACHE_ADDRESS_STEP);
112
106 // Variant definitions - want these to be included instead. 113 // Variant definitions - want these to be included instead.
107 } 114 }
108 115
109 //-------------------------------------------------------------------------- 116 //--------------------------------------------------------------------------
110 // EOF hal_mk_defs.c 117 // EOF hal_mk_defs.c