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

src/cs: initial import from Magnetite
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 15 Jul 2018 04:39:26 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:b6a5e36de839
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