Home
last modified time | relevance | path

Searched defs:ubispl_info (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/include/
Dubispl.h61 struct ubispl_info { struct
62 struct ubi_scan_info *ubi;
63 u32 peb_size;
64 u32 vid_offset;
65 u32 leb_start;
66 u32 peb_count;
67 u32 peb_offset;
68 int fastmap;
92 int ubispl_load_volumes(struct ubispl_info *info, argument