diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/chipsetsw/drivers/drv_app/ffs/board/ffspcm.h	Mon Jun 01 03:24:05 2015 +0000
@@ -0,0 +1,20 @@
+/*
+ * Flash File System (ffs)
+ *
+ * WCP PCM Compatibility Support
+ */
+
+#ifndef _FFS_PCM_H
+#define _FFS_PCM_H
+
+/**** FFS CONFIG (used for Perseus1) ****/
+#define FFS_BASE_ADDRESS    0x00808000
+#define IMAGE_SIZE          0x00004000
+
+effs_t          ffs_InitRFCap   (                   );
+effs_t          ffs_SetBand     (unsigned char* band);
+unsigned char   ffs_GetBand     (                   );
+void            ffs_restore     (                   );
+void            ffs_backup      (                   );
+
+#endif // _FFS_PCM_H
\ No newline at end of file