diff options
Diffstat (limited to 'programmer.h')
-rw-r--r-- | programmer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/programmer.h b/programmer.h index 1c9ef38b..29a100be 100644 --- a/programmer.h +++ b/programmer.h @@ -727,7 +727,6 @@ struct opaque_master { int register_opaque_master(const struct opaque_master *mst); /* programmer.c */ -int noop_shutdown(void); void *fallback_map(const char *descr, uintptr_t phys_addr, size_t len); void fallback_unmap(void *virt_addr, size_t len); void fallback_chip_writew(const struct flashctx *flash, uint16_t val, chipaddr addr); |