commit | d16a911a77220d7cd600c749675070d204543b5d | [log] [tgz] |
---|---|---|
author | Nico Huber <nico.h@gmx.de> | Sun Jan 07 00:11:44 2024 +0100 |
committer | Nico Huber <nico.h@gmx.de> | Mon Jul 22 10:08:47 2024 +0000 |
tree | 4fd0c463d1f352b79bac82d2bb84ab99e887532b | |
parent | 226bb87b96c21fbd54061d043aca67e9a02f0aca [diff] [blame] |
bitbang_spi: Move API into its own header file We're going to extent it for multi-i/o. Change-Id: Ifead97d7a8f848b82a4d21c557f5d364066d5d6a Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.sourcearcade.org/c/flashprog/+/81 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
diff --git a/nicintel_spi.c b/nicintel_spi.c index 1de3fd0..ccb0c5d 100644 --- a/nicintel_spi.c +++ b/nicintel_spi.c
@@ -34,6 +34,7 @@ #include <unistd.h> #include "flash.h" #include "programmer.h" +#include "bitbang_spi.h" #include "hwaccess_physmap.h" #include "platform/pci.h"