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/linux_gpio2_spi.c b/linux_gpio2_spi.c index ef162b8..24cf33d 100644 --- a/linux_gpio2_spi.c +++ b/linux_gpio2_spi.c
@@ -23,6 +23,7 @@ #include <errno.h> #include <gpiod.h> #include "programmer.h" +#include "bitbang_spi.h" #include "spi.h" #include "flash.h"