Mercurial > flash_v2
diff packages/devs/flash/intel/stratav2/current/include/flash_strata_v2.inl @ 1749:80232dbac7fb
Flash API clean-ups
| author | bartv |
|---|---|
| date | Mon, 22 Nov 2004 12:05:55 +0000 |
| parents | d2486ee206e4 |
| children | 6a1e54eaaac8 |
line wrap: on
line diff
--- a/packages/devs/flash/intel/stratav2/current/include/flash_strata_v2.inl +++ b/packages/devs/flash/intel/stratav2/current/include/flash_strata_v2.inl @@ -112,8 +112,8 @@ static int strata_lock_block(struct cyg_ //---------------------------------------------------------------------------- // Private structure used by the device. struct cyg_flash_strata_v2_priv { - cyg_block_info_t block_info [1]; - unsigned int buffer_size; // Size of write buffer + cyg_flash_block_info_t block_info [1]; + unsigned int buffer_size; // Size of write buffer }; //----------------------------------------------------------------------------
