FreeCalypso > hg > fc-tourmaline
comparison src/cs/drivers/drv_app/ffs/board/ffspcm.h @ 0:4e78acac3d88
src/{condat,cs,gpf,nucleus}: import from Selenite
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 16 Oct 2020 06:23:26 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4e78acac3d88 |
---|---|
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 |