commit | ee8cf1c9c6218681f78193ba29c890bf9b7ba30a | [log] [tgz] |
---|---|---|
author | Nico Huber <nico.h@gmx.de> | Thu Jan 02 23:17:25 2025 +0100 |
committer | Nico Huber <nico.h@gmx.de> | Sun Feb 23 17:23:14 2025 +0000 |
tree | 63429fd591599bc1bd63e0007d0f648324f4dd80 | |
parent | 4e6155afd4b0e1f5cf190cdd21fa83a656c4088a [diff] |
Provide no-op probe function, always returning 1 Change-Id: Ic0567a0da29790dbde24c432f3f1d4d109156165 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.sourcearcade.org/c/flashprog/+/315
diff --git a/include/chipdrivers.h b/include/chipdrivers.h index 56644a0..0b1f1f6 100644 --- a/include/chipdrivers.h +++ b/include/chipdrivers.h
@@ -230,4 +230,7 @@ int prepare_memory_register_access(struct flashctx *, enum preparation_steps); void finish_memory_access(struct flashctx *); +/* flashprog.c */ +int probe_noop(struct flashctx *); + #endif /* !__CHIPDRIVERS_H__ */