Mercurial > flash_v2
diff packages/io/flash/current/ChangeLog @ 1762:9c1d9e5039c2
Move dummy init/query/lock/unlock functions to the generic flash code,
and use these in the V2 drivers where appropriate
| author | bartv |
|---|---|
| date | Mon, 29 Nov 2004 00:43:48 +0000 |
| parents | 9abe5ac74a1a |
| children | 42c8ea63b78d |
line wrap: on
line diff
--- a/packages/io/flash/current/ChangeLog +++ b/packages/io/flash/current/ChangeLog @@ -1,3 +1,10 @@ +2004-11-29 Bart Veer <bartv@ecoscentric.com> + + * include/flash_priv.h, src/flash.c, src/legacy_dev.c: provide + dummy init/query/lock/unlock functions for use by device drivers + which do not support/need this functionality. Export the + anonymizer function. + 2004-11-28 Bart Veer <bartv@ecoscentric.com> * src/flash.c (flash_sort_and_check): previous patch would have
