]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/dfu.h
sparc: Correct arch/sparc/cpu/leon3/start.S from SPDX conversion
[karo-tx-uboot.git] / include / dfu.h
index b2ecf1bebea99178e70466a23c7d64e13096d568..cc140449271d7f8db2b72c93a5d9d614ca74f939 100644 (file)
@@ -126,8 +126,11 @@ const char *dfu_get_layout(enum dfu_layout l);
 struct dfu_entity *dfu_get_entity(int alt);
 char *dfu_extract_token(char** e, int *n);
 void dfu_trigger_reset(void);
+int dfu_get_alt(char *name);
 bool dfu_reset(void);
 int dfu_init_env_entities(char *interface, int dev);
+unsigned char *dfu_get_buf(void);
+unsigned char *dfu_free_buf(void);
 
 int dfu_read(struct dfu_entity *de, void *buf, int size, int blk_seq_num);
 int dfu_write(struct dfu_entity *de, void *buf, int size, int blk_seq_num);