| commit | 6bd4f10ed9f24c1ac60f18598edef0b45b4885c3 | [log] [tgz] |
|---|---|---|
| author | Nico Huber <nico.h@gmx.de> | Sun Feb 22 23:28:13 2026 +0100 |
| committer | Nico Huber <nico.h@gmx.de> | Sun Mar 22 09:47:02 2026 +0000 |
| tree | 4e97539643c3599f8ff5577a462387f406dd9d99 | |
| parent | 2e0a0031139fe9aa4e7ad3259c6a864112b06f11 [diff] [blame] |
edi: Move EDI related things into new chipdrivers/edi.h Change-Id: I592449693647587b5817614b6c6cac07e8009a89 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.sourcearcade.org/c/flashprog/+/421
diff --git a/flashchips.c b/flashchips.c index a573a25..37f85b6 100644 --- a/flashchips.c +++ b/flashchips.c
@@ -21,6 +21,7 @@ #include "flash.h" #include "flashchips.h" #include "chipdrivers.h" +#include "chipdrivers/edi.h" #include "chipdrivers/spi.h" #include "writeprotect.h"