This commit is contained in:
maliakal_d 2021-09-10 14:08:13 +02:00
parent 3785a314e6
commit cee94f65d2

View File

@ -16,7 +16,6 @@ void resetFPGA();
* verify memory available to copy
* open file to copy
*/
int deleteOldFile(char *mess);
int preparetoCopyFPGAProgram(FILE **fd, uint64_t fsize, char *mess);
int copyToFlash(ssize_t fsize, char *clientChecksum, char *mess);
int getDrive(char *mess);