litex/software/bios/tftp.h

8 lines
126 B
C
Raw Normal View History

2012-05-24 13:22:27 -04:00
#ifndef __TFTP_H
#define __TFTP_H
int tftp_get(unsigned int ip, const char *filename, char *buffer);
2012-05-24 13:22:27 -04:00
#endif /* __TFTP_H */