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/stm50.c b/stm50.c
index d03d6dc..e1d5ba8 100644
--- a/stm50.c
+++ b/stm50.c
@@ -23,7 +23,7 @@
  */
 
 #include "flash.h"
-#include "chipdrivers.h"
+#include "chipdrivers/memory_bus.h"
 
 static int stm50_erase_sector(struct flashctx *flash, unsigned int addr)
 {