flash_register_slicer
flash_register_slicer(chipc_slicer_spi, FLASH_SLICES_TYPE_SPI,
flash_register_slicer(chipc_slicer_cfi, FLASH_SLICES_TYPE_CFI,
flash_register_slicer(fill_slices, FLASH_SLICES_TYPE_NAND, false);
flash_register_slicer(fill_slices, FLASH_SLICES_TYPE_CFI, false);
flash_register_slicer(fill_slices, FLASH_SLICES_TYPE_SPI, false);
flash_register_slicer(NULL, FLASH_SLICES_TYPE_NAND, true);
flash_register_slicer(NULL, FLASH_SLICES_TYPE_CFI, true);
flash_register_slicer(NULL, FLASH_SLICES_TYPE_SPI, true);
flash_register_slicer(mmcsd_slicer, FLASH_SLICES_TYPE_MMC,
flash_register_slicer(NULL, FLASH_SLICES_TYPE_MMC, TRUE);
void flash_register_slicer(flash_slicer_t slicer, u_int type, bool force);