Mercurial > flash_v2
diff packages/io/flash/current/src/legacy_dev.c @ 1764:96ec7e534d98
V2 flash header files clean-up. Eliminate flash_priv.h, moving the
functionality into flash_dev.h instead.
| author | bartv |
|---|---|
| date | Tue, 22 Feb 2005 21:03:43 +0000 |
| parents | 42c8ea63b78d |
| children | bfd6d67dba43 |
line wrap: on
line diff
--- a/packages/io/flash/current/src/legacy_dev.c +++ b/packages/io/flash/current/src/legacy_dev.c @@ -58,8 +58,8 @@ #include <cyg/hal/hal_cache.h> #include <string.h> -#define _FLASH_PRIVATE_ #include <cyg/io/flash.h> +#include <cyg/io/flash_dev.h> #include "flash_legacy.h" // When this flag is set, do not actually jump to the relocated code.
