Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/84985?usp=email
to look at the new patch set (#2).
Change subject: Extract cli_output declarations to a separate header. ......................................................................
Extract cli_output declarations to a separate header.
This is a simple refactor that aims to simplify maintenance and to clarify file dependency inside the project. Currently, many declarations reside in flash.h making it difficult to really understand file dependency.
Change-Id: I45d62bd219bdbed919788ae17a64aeb119a8aac4 Signed-off-by: Antonio Vázquez Blanco antoniovazquezblanco@gmail.com --- M cli_classic.c M cli_output.c A include/cli_output.h M include/flash.h 4 files changed, 25 insertions(+), 9 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/85/84985/2