28extern int flash_detect(
void);
29extern int flash_device_reset(
void);
35#define fls_IMPORTS_start DECLARE_IMPORT_TABLE(fls, 1, 1)
36#define fls_IMPORTS_end END_IMPORT_TABLE
38#define I_flash_detect DECLARE_IMPORT(4, flash_detect)
39#define I_flash_device_reset DECLARE_IMPORT(5, flash_device_reset)
40#define I_flash_get_info DECLARE_IMPORT(6, flash_get_info)
41#define I_flash_page_erase DECLARE_IMPORT(7, flash_page_erase)
42#define I_flash_page_read DECLARE_IMPORT(8, flash_page_read)
43#define I_flash_page_write DECLARE_IMPORT(9, flash_page_write)
u32 count
start sector of fragmented bd/file