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"