Mercurial > flash_v2
diff packages/devs/flash/arm/iq80310/current/src/iq80310_flash.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 | 244c544171e7 |
| children |
line wrap: on
line diff
--- a/packages/devs/flash/arm/iq80310/current/src/iq80310_flash.c +++ b/packages/devs/flash/arm/iq80310/current/src/iq80310_flash.c @@ -54,8 +54,8 @@ #include <cyg/hal/hal_arch.h> #include <cyg/infra/diag.h> -#define _FLASH_PRIVATE_ #include <cyg/io/flash.h> +#include <cyg/io/flash_dev.h> #include "flash.h"
