summaryrefslogtreecommitdiffstats
path: root/programmer.h
diff options
context:
space:
mode:
Diffstat (limited to 'programmer.h')
-rw-r--r--programmer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/programmer.h b/programmer.h
index 1c9ef38b0..29a100be8 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);