memory_bus: Move related declarations into new `chipdrivers/memory_bus.h`
Change-Id: I2bef65de77860d049ec3d9938ae777c5f929c258
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.sourcearcade.org/c/flashprog/+/438
diff --git a/sst_fwhub.c b/sst_fwhub.c
index d688a35..3e53080 100644
--- a/sst_fwhub.c
+++ b/sst_fwhub.c
@@ -19,7 +19,7 @@
/* Adapted from the Intel FW hub stuff for 82802ax parts. */
#include "flash.h"
-#include "chipdrivers.h"
+#include "chipdrivers/memory_bus.h"
static int check_sst_fwhub_block_lock(struct flashctx *flash, unsigned int offset)
{