1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-02 14:33:18 +02:00

hwaccess.c: move function declarations from programmer.h to hwaccess.h

Move declarations for functions implemented in hwaccess.c from
programmer.h to hwaccess.h.

Change-Id: I075fd86211c766ae3d5f29c76adbd7c5b9bdbd80
Signed-off-by: Thomas Heijligen <thomas.heijligen@secunet.com>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/58865
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Thomas Heijligen
2021-11-02 20:33:35 +01:00
committed by Nico Huber
parent 89338a8003
commit 4ab9bd7ffb
4 changed files with 34 additions and 33 deletions

View File

@ -16,6 +16,7 @@
*/
#include "ich_descriptors.h"
#include "hwaccess.h"
#ifdef ICH_DESCRIPTORS_FROM_DUMP_ONLY
#include <stdio.h>