9
0
Fork 0
barebox/include/cfi_flash.h

12 lines
156 B
C

#ifndef __CFI_FLASH_H
#define __CFI_FLASH_H
struct cfi_platform_data {
flash_info_t finfo;
};
int flash_init (void);
#endif /* __CFI_FLASH_H */