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/bitbang_spi.c b/bitbang_spi.c index c43fa2f..1c2c178 100644 --- a/bitbang_spi.c +++ b/bitbang_spi.c
@@ -20,6 +20,7 @@ #include "flash.h" #include "programmer.h" #include "spi.h" +#include "bitbang_spi.h" struct bitbang_spi_master_data { const struct bitbang_spi_master *mst;