X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=include%2Fdfu.h;h=7d31abdf337dfc3c6ae2c8e3eaa7024dd9e61e14;hb=5bd19a6ca6ff07836aae1e4578b565a863026009;hp=c27856cb729a3bb4832831b477a03d61c0875bcf;hpb=3d5920a31bb846249385e1ca5c086662c39bc44e;p=karo-tx-uboot.git diff --git a/include/dfu.h b/include/dfu.h index c27856cb72..7d31abdf33 100644 --- a/include/dfu.h +++ b/include/dfu.h @@ -140,6 +140,9 @@ struct dfu_entity { unsigned int inited:1; }; +#ifdef CONFIG_SET_DFU_ALT_INFO +void set_dfu_alt_info(char *interface, char *devstr); +#endif int dfu_config_entities(char *s, char *interface, char *devstr); void dfu_free_entities(void); void dfu_show_entities(void);