Mercurial > flash_v2
diff packages/io/flash/current/ChangeLog @ 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/ChangeLog +++ b/packages/io/flash/current/ChangeLog @@ -1,3 +1,15 @@ +2004-12-02 Bart Veer <bartv@ecoscentric.com> + + * include/flash_dev.h: now provides everything needed by flash + device drivers. + + * include/flash_priv.h: removed, subsumed by flash_dev.h + + * include/flash.h, src/flash.c, src/flashiodev.c, + src/legacy_api.c, src/legacy_dev.c: + Replace implicit #include's of <cyg/io/flash_priv.h> with explicit + #include's of <cyg/io/flash_dev.h> + 2004-11-29 Bart Veer <bartv@ecoscentric.com> * include/flash_priv.h, src/flash.c, src/legacy_dev.c: remove
