1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-10-17 15:51:53 +02:00

parallel.h: Extract parallel declarations to a separate header

This patch moves all the declarations relevant to parallel into their own
header in include/parallel.h
The corresponding functions implementations are already in parallel.c,
so the declarations naturally can be in parallel.h
Currently, most of the declarations reside in flash.h making it difficult
to really understand file dependency.

Change-Id: I69f6e224a7ece373fbd6606e802930a52da1dd85
Signed-off-by: Antonio Vázquez <antoniovazquezblanco@gmail.com>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/89503
Reviewed-by: Anastasia Klimchuk <aklm@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Antonio Vázquez
2025-10-09 21:47:26 +02:00
committed by Anastasia Klimchuk
parent 3461f65b23
commit 08d9c383ac
14 changed files with 33 additions and 11 deletions

View File

@@ -24,6 +24,7 @@
#include <stdbool.h>
#include "flash.h"
#include "parallel.h"
#include "chipdrivers.h"
void print_status_82802ab(uint8_t status)