Mercurial > flash_v2
comparison packages/devs/flash/synthv2/current/include/synth.h @ 1749:80232dbac7fb
Flash API clean-ups
| author | bartv |
|---|---|
| date | Mon, 22 Nov 2004 12:05:55 +0000 |
| parents | 0673c75f3a08 |
| children | 2f4e31c45a45 |
comparison
equal
deleted
inserted
replaced
| 1748:6588c38f09cf | 1749:80232dbac7fb |
|---|---|
| 66 }; | 66 }; |
| 67 | 67 |
| 68 // Structure of data private to the drive | 68 // Structure of data private to the drive |
| 69 struct cyg_flash_synth_priv | 69 struct cyg_flash_synth_priv |
| 70 { | 70 { |
| 71 int flashfd; | 71 int flashfd; |
| 72 struct cyg_block_info block_info[2]; | 72 struct cyg_flash_block_info block_info[2]; |
| 73 }; | 73 }; |
| 74 | 74 |
| 75 extern struct cyg_flash_dev_funs cyg_flash_synth_funs; | 75 extern struct cyg_flash_dev_funs cyg_flash_synth_funs; |
| 76 | 76 |
| 77 #endif | 77 #endif |
