Mercurial > flash_v2
diff packages/hal/powerpc/fads/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 | c37d3a9e1b28 |
line wrap: on
line diff
--- a/packages/hal/powerpc/fads/current/src/hal_aux.c +++ b/packages/hal/powerpc/fads/current/src/hal_aux.c @@ -42,15 +42,7 @@ //============================================================================= #include <pkgconf/hal.h> - -#include <cyg/infra/cyg_type.h> // base types -#include <cyg/infra/cyg_trac.h> // tracing macros -#include <cyg/infra/cyg_ass.h> // assertion macros - -#include <cyg/hal/hal_io.h> // IO macros -#include <cyg/hal/hal_diag.h> -#include <cyg/hal/hal_intr.h> // Interrupt macros -#include <cyg/hal/hal_cache.h> // Cache macros +#include <cyg/hal/hal_mem.h> // HAL memory definitions // The memory map is weakly defined, allowing the application to redefine // it if necessary. The regions defined below are the minimum requirements.
