litex/software/bios/tftp.h

8 lines
126 B
C

#ifndef __TFTP_H
#define __TFTP_H
int tftp_get(unsigned int ip, const char *filename, char *buffer);
#endif /* __TFTP_H */