comparison src/cs/drivers/drv_app/ffs/board/ffspcm.h @ 0:945cf7f506b2

src/cs: chipsetsw import from tcs211-fcmodem binary blobs and LCD demo files have been excluded, all line endings are LF only
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 25 Sep 2016 22:50:11 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:945cf7f506b2
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