Mercurial > flash_v2
diff packages/devs/flash/synthv2/current/include/synth.h @ 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 | 2f4e31c45a45 |
| children |
line wrap: on
line diff
--- a/packages/devs/flash/synthv2/current/include/synth.h +++ b/packages/devs/flash/synthv2/current/include/synth.h @@ -52,7 +52,8 @@ // //========================================================================== -#include <cyg/io/flash_priv.h> +#include <cyg/io/flash.h> +#include <cyg/io/flash_dev.h> // Structure of data private to each flash device struct cyg_flash_synth_priv
