FreeCalypso > hg > tcs211-l1-reconst
comparison chipsetsw/drivers/drv_app/ffs/board/ffspcm.h @ 0:509db1a7b7b8
initial import: leo2moko-r1
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 01 Jun 2015 03:24:05 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:509db1a7b7b8 |
---|---|
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 |