19 #ifndef __NAVI_FLASH_H
20 #define __NAVI_FLASH_H
int nvflash_erase_all()
Erase the whole flashrom.
int nvflash_detect()
Try to detect a compatible flashrom.
int nvflash_write_block(uint32 addr, void *data, uint32 len)
Write data to the flashrom.
unsigned long uint32
32-bit unsigned integer
Definition: types.h:28
int nvflash_erase_block(uint32 addr)
Erase a single block of flashrom.