Attention is currently required from: Nico Huber, Edward O'Callaghan, Angel Pons.
1 comment:
File tests/layout.c:
int flashrom_layout_new(struct flashrom_layout **);
int flashrom_layout_add_region(struct flashrom_layout *, size_t start, size_t end, const char *name);
int flashrom_layout_include_region(struct flashrom_layout *, const char *name);
void flashrom_layout_release(struct flashrom_layout *);
This looks a bit awkward, but... The functions are not static in layout.c. They are used in flashrom.c and libflashrom.c so I thought, why test can't use them too.
To view, visit change 56324. To unsubscribe, or for help writing mail filters, visit settings.