Mercurial > ecos
diff packages/hal/mn10300/arch/current/include/hal_cache.h @ 36:e97d78785e2d ecos-sw-1999-09-12
Merge from eCos master repository on 1999-09-12-15:40:34-BST
| author | jlarmour |
|---|---|
| date | Sun, 12 Sep 1999 15:26:05 +0000 |
| parents | 641b639be825 |
| children | c38311975d4f |
line wrap: on
line diff
--- a/packages/hal/mn10300/arch/current/include/hal_cache.h +++ b/packages/hal/mn10300/arch/current/include/hal_cache.h @@ -50,13 +50,15 @@ #include <pkgconf/hal.h> #include <cyg/infra/cyg_type.h> +#if !defined(CYG_HAL_MN10300_AM31_SIM) + #include <cyg/hal/var_cache.h> +#else + //============================================================================= // MN10300 Simulator -#if defined(CYG_HAL_MN10300_SIM) - //----------------------------------------------------------------------------- // Cache dimensions
