]> git.zerfleddert.de Git - rsbs2/blobdiff - filesystem.h
add stub for adding/replacing files in the firmware image
[rsbs2] / filesystem.h
index ee35618b1df7d64c66d9d06bb85eef16cb038ff9..cd72929c871c5957cdb4e7ca1f60da5ac27aeba7 100644 (file)
@@ -7,4 +7,5 @@ struct file_entry {
 
 struct file_entry* get_next_file(unsigned char *fw, int len);
 void extract_files(unsigned char *fw, int len);
+void replace_add_file(unsigned char *fw, int len, char *fwname, char *lname);
 void write_file(char *fname, unsigned char *buf, int len);
Impressum, Datenschutz