FreeCalypso > hg > ffs-editor
comparison src/cs/drivers/drv_app/ffs/board/ffspcm.h @ 0:92470e5d0b9e
src: partial import from FC Selenite
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Fri, 15 May 2020 01:28:16 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:92470e5d0b9e |
|---|---|
| 1 /* | |
| 2 * Flash File System (ffs) | |
| 3 * | |
| 4 * WCP PCM Compatibility Support | |
| 5 */ | |
| 6 | |
| 7 #ifndef _FFS_PCM_H | |
| 8 #define _FFS_PCM_H | |
| 9 | |
| 10 /**** FFS CONFIG (used for Perseus1) ****/ | |
| 11 #define FFS_BASE_ADDRESS 0x00808000 | |
| 12 #define IMAGE_SIZE 0x00004000 | |
| 13 | |
| 14 effs_t ffs_InitRFCap ( ); | |
| 15 effs_t ffs_SetBand (unsigned char* band); | |
| 16 unsigned char ffs_GetBand ( ); | |
| 17 void ffs_restore ( ); | |
| 18 void ffs_backup ( ); | |
| 19 | |
| 20 #endif // _FFS_PCM_H |
